Html Css Color HEX #14DDAA Caribbean Green

📋 copy color: '#14DDAA'

red 20 ◦ green 221 ◦ blue 170

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

Shades of Caribbean Green #14DDAA

Tints of Caribbean Green #14DDAA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.77%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 4.87%
G = 53.77%
B = 41.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#14DDAA (or 0x14DDAA) is known color: Caribbean Green. HEX triplet: 14, DD and AA. RGB value is (20,221,170). Sum of RGB (Red+Green+Blue) = 20+221+170=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DDAA is #EB2255. Grayscale: #9B9B9B. Windows color (decimal): -15409750 or 11197716. OLE color: 11197716.

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

Color convert

RGB 20 221 170 -
CMYK 0.91 0 0.23 0.13
HSL 164.78º 0.83% 0.47% -
HSV(B) 164.78º 0.91% 0.87% -
XYZ 33.4 54.76 46.84 -
YUV 155.09 136.41 31.65 -
System Red Green Blue C M Y K H S L
Decimal 20 221 170 0.91 0 0.23 0.13 164.78 0.83 0.47
Hex 14 DD AA 5B 0 17 D A5 53 2F
Octal 24 335 252 133 0 27 15 245 123 57
Binary 10100 11011101 10101010 1011011 0 10111 1101 10100101 1010011 101111

Color Harmonies of #14DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DDAA

Black with #14DDAA

Text Example


Text Example

White with #14DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,221,170); }

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

background-color css

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

 a { background-color: rgb(20,221,170); }

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

border-color css

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

 span { border-color: rgb(20,221,170); }

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