Html Css Color HEX #14D0AB Caribbean Green

📋 copy color: '#14D0AB'

red 20 ◦ green 208 ◦ blue 171

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

Shades of Caribbean Green #14D0AB

Tints of Caribbean Green #14D0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.13%

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

R = 5.01%
G = 52.13%
B = 42.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#14D0AB (or 0x14D0AB) is known color: Caribbean Green. HEX triplet: 14, D0 and AB. RGB value is (20,208,171). Sum of RGB (Red+Green+Blue) = 20+208+171=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #14D0AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D0AB is #EB2F54. Grayscale: #939393. Windows color (decimal): -15413077 or 11259924. OLE color: 11259924.

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

Color convert

RGB 20 208 171 -
CMYK 0.90 0 0.18 0.18
HSL 168.19º 0.82% 0.45% -
HSV(B) 168.19º 0.9% 0.82% -
XYZ 30.2 48.2 46.24 -
YUV 147.57 141.22 37.01 -
System Red Green Blue C M Y K H S L
Decimal 20 208 171 0.90 0 0.18 0.18 168.19 0.82 0.45
Hex 14 D0 AB 5A 0 12 12 A8 52 2D
Octal 24 320 253 132 0 22 22 250 122 55
Binary 10100 11010000 10101011 1011010 0 10010 10010 10101000 1010010 101101

Color Harmonies of #14D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D0AB

Black with #14D0AB

Text Example


Text Example

White with #14D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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