#15DD9F

Color #15DD9F Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #15DD9F

Tints of Caribbean Green #15DD9F

Color information

#15DD9F (or 0x15DD9F) is unknown color: approx Caribbean Green. HEX triplet: 15, DD and 9F. RGB value is (21,221,159). Sum of RGB (Red+Green+Blue) = 21+221+159=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DD9F is #EA2260. Grayscale: #9A9A9A. Windows color (decimal): -15344225 or 10476821. OLE color: 10476821.

HSL color Cylindrical-coordinate representation of color #15DD9F: hue angle of 161.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DD9F is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB21221159-
CMYK0.9000.280.13
HSL161.4º82.64%47.45%-
HSV(B)161.4º90.5%86.67%-
XYZ32.4254.3841.59-
YUV154.13130.7433.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.24%
GREEN value IS 221 (86.72% from 255) = 55.11%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=5.24%
G=55.11%
B=39.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212211590.9000.280.13161.482.6447.45
Hex15DD9F5A01CDa1532f
Octal253352371320341524112357
Binary10101110111011001111110110100111001101101000011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15DD9F; }

 p { color: rgb(21,221,159); }

 H1.HeaderClassName
 {
   color: #15DD9F;
 }
 .AnyTagClassName
 {
   color: #15DD9F;
 }
</style>
background-color css

<style>
 a { background-color: #15DD9F; }

 a { background-color: rgb(21,221,159); }

 div.DivClassName
 {
   background-color: #15DD9F;
 }
 .BgClassName
 {
   background-color: #15DD9F;
 }
</style>
border-color css

<style>
 span { border-color: #15DD9F; }

 span { border-color: rgb(21,221,159); }

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