Html Css Color HEX #14BBAA Light Sea Green

📋 copy color: '#14BBAA'

red 20 ◦ green 187 ◦ blue 170

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

Shades of Light Sea Green #14BBAA

Tints of Light Sea Green #14BBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 5.31%
G = 49.6%
B = 45.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#14BBAA (or 0x14BBAA) is known color: Light Sea Green. HEX triplet: 14, BB and AA. RGB value is (20,187,170). Sum of RGB (Red+Green+Blue) = 20+187+170=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #14BBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BBAA is #EB4455. Grayscale: #878787. Windows color (decimal): -15418454 or 11189012. OLE color: 11189012.

HSL color Cylindrical-coordinate representation of color #14BBAA: hue angle of 173.89º 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 #14BBAA is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 187 170 -
CMYK 0.89 0 0.09 0.27
HSL 173.89º 0.81% 0.41% -
HSV(B) 173.89º 0.89% 0.73% -
XYZ 25.31 38.59 44.14 -
YUV 135.13 147.67 45.88 -
System Red Green Blue C M Y K H S L
Decimal 20 187 170 0.89 0 0.09 0.27 173.89 0.81 0.41
Hex 14 BB AA 59 0 9 1B AE 51 29
Octal 24 273 252 131 0 11 33 256 121 51
Binary 10100 10111011 10101010 1011001 0 1001 11011 10101110 1010001 101001

Color Harmonies of #14BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBAA

Black with #14BBAA

Text Example


Text Example

White with #14BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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