#15DDB1

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

Shades of Caribbean Green #15DDB1

Tints of Caribbean Green #15DDB1

Color information

#15DDB1 (or 0x15DDB1) is unknown color: approx Caribbean Green. HEX triplet: 15, DD and B1. RGB value is (21,221,177). Sum of RGB (Red+Green+Blue) = 21+221+177=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #15DDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DDB1 is #EA224E. Grayscale: #9C9C9C. Windows color (decimal): -15344207 or 11656469. OLE color: 11656469.

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

Color convert

RGB21221177-
CMYK0.9000.200.13
HSL166.8º82.64%47.45%-
HSV(B)166.8º90.5%86.67%-
XYZ34.155.0550.42-
YUV156.18139.7431.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.01%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 177 (69.53% from 255) = 42.24%
R=5.01%
G=52.74%
B=42.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212211770.9000.200.13166.882.6447.45
Hex15DDB15A014Da7532f
Octal253352611320241524712357
Binary10101110111011011000110110100101001101101001111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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