Html Css Color HEX #14B2AA Light Sea Green

📋 copy color: '#14B2AA'

red 20 ◦ green 178 ◦ blue 170

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

Shades of Light Sea Green #14B2AA

Tints of Light Sea Green #14B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.37%

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

R = 5.43%
G = 48.37%
B = 46.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#14B2AA (or 0x14B2AA) is known color: Light Sea Green. HEX triplet: 14, B2 and AA. RGB value is (20,178,170). Sum of RGB (Red+Green+Blue) = 20+178+170=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #14B2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B2AA is #EB4D55. Grayscale: #818181. Windows color (decimal): -15420758 or 11186708. OLE color: 11186708.

HSL color Cylindrical-coordinate representation of color #14B2AA: hue angle of 176.96º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B2AA is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 178 170 -
CMYK 0.89 0 0.04 0.30
HSL 176.96º 0.8% 0.39% -
HSV(B) 176.96º 0.89% 0.7% -
XYZ 23.46 34.89 43.53 -
YUV 129.85 150.65 49.65 -
System Red Green Blue C M Y K H S L
Decimal 20 178 170 0.89 0 0.04 0.30 176.96 0.8 0.39
Hex 14 B2 AA 59 0 4 1E B1 50 27
Octal 24 262 252 131 0 4 36 261 120 47
Binary 10100 10110010 10101010 1011001 0 100 11110 10110001 1010000 100111

Color Harmonies of #14B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B2AA

Black with #14B2AA

Text Example


Text Example

White with #14B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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