Html Css Color HEX #14DAA6 Caribbean Green

📋 copy color: '#14DAA6'

red 20 ◦ green 218 ◦ blue 166

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

Shades of Caribbean Green #14DAA6

Tints of Caribbean Green #14DAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.96%

 BLUE value IS 166 (65.23% from 255) = 41.09%

R = 4.95%
G = 53.96%
B = 41.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#14DAA6 (or 0x14DAA6) is known color: Caribbean Green. HEX triplet: 14, DA and A6. RGB value is (20,218,166). Sum of RGB (Red+Green+Blue) = 20+218+166=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DAA6 is #EB2559. Grayscale: #989898. Windows color (decimal): -15410522 or 10934804. OLE color: 10934804.

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

Color convert

RGB 20 218 166 -
CMYK 0.91 0 0.24 0.15
HSL 164.24º 0.83% 0.47% -
HSV(B) 164.24º 0.91% 0.85% -
XYZ 32.24 53.04 44.62 -
YUV 152.87 135.4 33.23 -
System Red Green Blue C M Y K H S L
Decimal 20 218 166 0.91 0 0.24 0.15 164.24 0.83 0.47
Hex 14 DA A6 5B 0 18 F A4 53 2F
Octal 24 332 246 133 0 30 17 244 123 57
Binary 10100 11011010 10100110 1011011 0 11000 1111 10100100 1010011 101111

Color Harmonies of #14DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAA6

Black with #14DAA6

Text Example


Text Example

White with #14DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,218,166); }

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

background-color css

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

 a { background-color: rgb(20,218,166); }

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

border-color css

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

 span { border-color: rgb(20,218,166); }

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