Html Css Color HEX #14CBAE Light Sea Green

📋 copy color: '#14CBAE'

red 20 ◦ green 203 ◦ blue 174

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

Shades of Light Sea Green #14CBAE

Tints of Light Sea Green #14CBAE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.13%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 5.04%
G = 51.13%
B = 43.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#14CBAE (or 0x14CBAE) is known color: Light Sea Green. HEX triplet: 14, CB and AE. RGB value is (20,203,174). Sum of RGB (Red+Green+Blue) = 20+203+174=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CBAE is #EB3451. Grayscale: #909090. Windows color (decimal): -15414354 or 11455252. OLE color: 11455252.

HSL color Cylindrical-coordinate representation of color #14CBAE: hue angle of 170.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CBAE is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 174 -
CMYK 0.90 0 0.14 0.20
HSL 170.49º 0.82% 0.44% -
HSV(B) 170.49º 0.9% 0.8% -
XYZ 29.28 45.92 47.36 -
YUV 144.98 144.37 38.86 -
System Red Green Blue C M Y K H S L
Decimal 20 203 174 0.90 0 0.14 0.20 170.49 0.82 0.44
Hex 14 CB AE 5A 0 E 14 AA 52 2C
Octal 24 313 256 132 0 16 24 252 122 54
Binary 10100 11001011 10101110 1011010 0 1110 10100 10101010 1010010 101100

Color Harmonies of #14CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBAE

Black with #14CBAE

Text Example


Text Example

White with #14CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,203,174); }

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

background-color css

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

 a { background-color: rgb(20,203,174); }

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

border-color css

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

 span { border-color: rgb(20,203,174); }

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