Html Css Color HEX #14D9AB Caribbean Green

📋 copy color: '#14D9AB'

red 20 ◦ green 217 ◦ blue 171

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

Shades of Caribbean Green #14D9AB

Tints of Caribbean Green #14D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.19%

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

R = 4.9%
G = 53.19%
B = 41.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#14D9AB (or 0x14D9AB) is known color: Caribbean Green. HEX triplet: 14, D9 and AB. RGB value is (20,217,171). Sum of RGB (Red+Green+Blue) = 20+217+171=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #14D9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D9AB is #EB2654. Grayscale: #989898. Windows color (decimal): -15410773 or 11262228. OLE color: 11262228.

HSL color Cylindrical-coordinate representation of color #14D9AB: hue angle of 165.99º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D9AB is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 217 171 -
CMYK 0.91 0 0.21 0.15
HSL 165.99º 0.83% 0.46% -
HSV(B) 165.99º 0.91% 0.85% -
XYZ 32.45 52.71 46.99 -
YUV 152.85 138.23 33.24 -
System Red Green Blue C M Y K H S L
Decimal 20 217 171 0.91 0 0.21 0.15 165.99 0.83 0.46
Hex 14 D9 AB 5B 0 15 F A6 53 2E
Octal 24 331 253 133 0 25 17 246 123 56
Binary 10100 11011001 10101011 1011011 0 10101 1111 10100110 1010011 101110

Color Harmonies of #14D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D9AB

Black with #14D9AB

Text Example


Text Example

White with #14D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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