Html Css Color HEX #14DCAB Caribbean Green

📋 copy color: '#14DCAB'

red 20 ◦ green 220 ◦ blue 171

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

Shades of Caribbean Green #14DCAB

Tints of Caribbean Green #14DCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.53%

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

R = 4.87%
G = 53.53%
B = 41.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#14DCAB (or 0x14DCAB) is known color: Caribbean Green. HEX triplet: 14, DC and AB. RGB value is (20,220,171). Sum of RGB (Red+Green+Blue) = 20+220+171=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #14DCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DCAB is #EB2354. Grayscale: #9A9A9A. Windows color (decimal): -15410005 or 11262996. OLE color: 11262996.

HSL color Cylindrical-coordinate representation of color #14DCAB: hue angle of 165.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DCAB is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 220 171 -
CMYK 0.91 0 0.22 0.14
HSL 165.3º 0.83% 0.47% -
HSV(B) 165.3º 0.91% 0.86% -
XYZ 33.23 54.28 47.25 -
YUV 154.61 137.24 31.98 -
System Red Green Blue C M Y K H S L
Decimal 20 220 171 0.91 0 0.22 0.14 165.3 0.83 0.47
Hex 14 DC AB 5B 0 16 E A5 53 2F
Octal 24 334 253 133 0 26 16 245 123 57
Binary 10100 11011100 10101011 1011011 0 10110 1110 10100101 1010011 101111

Color Harmonies of #14DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCAB

Black with #14DCAB

Text Example


Text Example

White with #14DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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