Html Css Color HEX #14DD99 Caribbean Green

📋 copy color: '#14DD99'

red 20 ◦ green 221 ◦ blue 153

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

Shades of Caribbean Green #14DD99

Tints of Caribbean Green #14DD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 5.08%
G = 56.09%
B = 38.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#14DD99 (or 0x14DD99) is known color: Caribbean Green. HEX triplet: 14, DD and 99. RGB value is (20,221,153). Sum of RGB (Red+Green+Blue) = 20+221+153=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DD99 is #EB2266. Grayscale: #999999. Windows color (decimal): -15409767 or 10083604. OLE color: 10083604.

HSL color Cylindrical-coordinate representation of color #14DD99: hue angle of 159.7º 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 #14DD99 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 221 153 -
CMYK 0.91 0 0.31 0.13
HSL 159.7º 0.83% 0.47% -
HSV(B) 159.7º 0.91% 0.87% -
XYZ 31.89 54.16 38.91 -
YUV 153.15 127.91 33.03 -
System Red Green Blue C M Y K H S L
Decimal 20 221 153 0.91 0 0.31 0.13 159.7 0.83 0.47
Hex 14 DD 99 5B 0 1F D A0 53 2F
Octal 24 335 231 133 0 37 15 240 123 57
Binary 10100 11011101 10011001 1011011 0 11111 1101 10100000 1010011 101111

Color Harmonies of #14DD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD99

Black with #14DD99

Text Example


Text Example

White with #14DD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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