#14B89D

Color #14B89D Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #14B89D

Tints of Light Sea Green #14B89D

Color information

#14B89D (or 0x14B89D) is unknown color: approx Light Sea Green. HEX triplet: 14, B8 and 9D. RGB value is (20,184,157). Sum of RGB (Red+Green+Blue) = 20+184+157=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #14B89D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B89D is #EB4762. Grayscale: #838383. Windows color (decimal): -15419235 or 10336276. OLE color: 10336276.

HSL color Cylindrical-coordinate representation of color #14B89D: hue angle of 170.12º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B89D is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB20184157-
CMYK0.8900.150.28
HSL170.12º80.39%40%-
HSV(B)170.12º89.13%72.16%-
XYZ23.5136.8637.77-
YUV131.89142.1748.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.54%
GREEN value IS 184 (72.27% from 255) = 50.97%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=5.54%
G=50.97%
B=43.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201841570.8900.150.28170.1280.3940
Hex14B89D590F1Caa5028
Octal242702351310173425212050
Binary10100101110001001110110110010111111100101010101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14B89D; }

 p { color: rgb(20,184,157); }

 H1.HeaderClassName
 {
   color: #14B89D;
 }
 .AnyTagClassName
 {
   color: #14B89D;
 }
</style>
background-color css

<style>
 a { background-color: #14B89D; }

 a { background-color: rgb(20,184,157); }

 div.DivClassName
 {
   background-color: #14B89D;
 }
 .BgClassName
 {
   background-color: #14B89D;
 }
</style>
border-color css

<style>
 span { border-color: #14B89D; }

 span { border-color: rgb(20,184,157); }

 td.TdClassName
 {
   border-color: #14B89D;
 }
 .TagClassName
 {
   border-color: #14B89D;
 }
</style>