Html Css Color HEX #14CBAA Caribbean Green

📋 copy color: '#14CBAA'

red 20 ◦ green 203 ◦ blue 170

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

Shades of Caribbean Green #14CBAA

Tints of Caribbean Green #14CBAA

RGB

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

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

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

R = 5.09%
G = 51.65%
B = 43.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#14CBAA (or 0x14CBAA) is known color: Caribbean Green. HEX triplet: 14, CB and AA. RGB value is (20,203,170). Sum of RGB (Red+Green+Blue) = 20+203+170=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CBAA is #EB3455. Grayscale: #909090. Windows color (decimal): -15414358 or 11193108. OLE color: 11193108.

HSL color Cylindrical-coordinate representation of color #14CBAA: hue angle of 169.18º 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 #14CBAA is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 170 -
CMYK 0.90 0 0.16 0.20
HSL 169.18º 0.82% 0.44% -
HSV(B) 169.18º 0.9% 0.8% -
XYZ 28.9 45.76 45.34 -
YUV 144.52 142.37 39.18 -
System Red Green Blue C M Y K H S L
Decimal 20 203 170 0.90 0 0.16 0.20 169.18 0.82 0.44
Hex 14 CB AA 5A 0 10 14 A9 52 2C
Octal 24 313 252 132 0 20 24 251 122 54
Binary 10100 11001011 10101010 1011010 0 10000 10100 10101001 1010010 101100

Color Harmonies of #14CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBAA

Black with #14CBAA

Text Example


Text Example

White with #14CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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