Html Css Color HEX #14BBA9 Light Sea Green

📋 copy color: '#14BBA9'

red 20 ◦ green 187 ◦ blue 169

#14BBA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #14BBA9

Tints of Light Sea Green #14BBA9

RGB

 RED value IS 20 (8.2% from 255) = 5.32%

 GREEN value IS 187 (73.44% from 255) = 49.73%

 BLUE value IS 169 (66.41% from 255) = 44.95%

R = 5.32%
G = 49.73%
B = 44.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#14BBA9 (or 0x14BBA9) is known color: Light Sea Green. HEX triplet: 14, BB and A9. RGB value is (20,187,169). Sum of RGB (Red+Green+Blue) = 20+187+169=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #14BBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BBA9 is #EB4456. Grayscale: #868686. Windows color (decimal): -15418455 or 11123476. OLE color: 11123476.

HSL color Cylindrical-coordinate representation of color #14BBA9: hue angle of 173.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BBA9 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 187 169 -
CMYK 0.89 0 0.10 0.27
HSL 173.53º 0.81% 0.41% -
HSV(B) 173.53º 0.89% 0.73% -
XYZ 25.22 38.55 43.65 -
YUV 135.02 147.17 45.96 -
System Red Green Blue C M Y K H S L
Decimal 20 187 169 0.89 0 0.10 0.27 173.53 0.81 0.41
Hex 14 BB A9 59 0 A 1B AE 51 29
Octal 24 273 251 131 0 12 33 256 121 51
Binary 10100 10111011 10101001 1011001 0 1010 11011 10101110 1010001 101001

Color Harmonies of #14BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBA9

Black with #14BBA9

Text Example


Text Example

White with #14BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,187,169); }

 H1.HeaderClassName
 {
   color: #14BBA9;
 }
 .AnyTagClassName
 {
   color: #14BBA9;
 }
</style>

background-color css

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

 a { background-color: rgb(20,187,169); }

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

border-color css

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

 span { border-color: rgb(20,187,169); }

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