Html Css Color HEX #14CBAB Caribbean Green

📋 copy color: '#14CBAB'

red 20 ◦ green 203 ◦ blue 171

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

Shades of Caribbean Green #14CBAB

Tints of Caribbean Green #14CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 5.08%
G = 51.52%
B = 43.4%

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

#14CBAB (or 0x14CBAB) is known color: Caribbean Green. HEX triplet: 14, CB and AB. RGB value is (20,203,171). Sum of RGB (Red+Green+Blue) = 20+203+171=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CBAB is #EB3454. Grayscale: #909090. Windows color (decimal): -15414357 or 11258644. OLE color: 11258644.

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

Color convert

RGB 20 203 171 -
CMYK 0.90 0 0.16 0.20
HSL 169.51º 0.82% 0.44% -
HSV(B) 169.51º 0.9% 0.8% -
XYZ 29 45.8 45.84 -
YUV 144.64 142.87 39.1 -
System Red Green Blue C M Y K H S L
Decimal 20 203 171 0.90 0 0.16 0.20 169.51 0.82 0.44
Hex 14 CB AB 5A 0 10 14 AA 52 2C
Octal 24 313 253 132 0 20 24 252 122 54
Binary 10100 11001011 10101011 1011010 0 10000 10100 10101010 1010010 101100

Color Harmonies of #14CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBAB

Black with #14CBAB

Text Example


Text Example

White with #14CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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