#15DDA5

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

Shades of Caribbean Green #15DDA5

Tints of Caribbean Green #15DDA5

Color information

#15DDA5 (or 0x15DDA5) is unknown color: approx Caribbean Green. HEX triplet: 15, DD and A5. RGB value is (21,221,165). Sum of RGB (Red+Green+Blue) = 21+221+165=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #15DDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DDA5 is #EA225A. Grayscale: #9A9A9A. Windows color (decimal): -15344219 or 10870037. OLE color: 10870037.

HSL color Cylindrical-coordinate representation of color #15DDA5: hue angle of 163.2º 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 #15DDA5 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB21221165-
CMYK0.9000.250.13
HSL163.2º82.64%47.45%-
HSV(B)163.2º90.5%86.67%-
XYZ32.9654.5944.4-
YUV154.82133.7432.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.16%
GREEN value IS 221 (86.72% from 255) = 54.30%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=5.16%
G=54.30%
B=40.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212211650.9000.250.13163.282.6447.45
Hex15DDA55A019Da3532f
Octal253352451320311524312357
Binary10101110111011010010110110100110011101101000111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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