#15D1AA

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

Shades of Caribbean Green #15D1AA

Tints of Caribbean Green #15D1AA

Color information

#15D1AA (or 0x15D1AA) is unknown color: approx Caribbean Green. HEX triplet: 15, D1 and AA. RGB value is (21,209,170). Sum of RGB (Red+Green+Blue) = 21+209+170=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #15D1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D1AA is #EA2E55. Grayscale: #949494. Windows color (decimal): -15347286 or 11194645. OLE color: 11194645.

HSL color Cylindrical-coordinate representation of color #15D1AA: hue angle of 167.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D1AA is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB21209170-
CMYK0.9000.190.18
HSL167.55º81.74%45.1%-
HSV(B)167.55º89.95%81.96%-
XYZ30.3748.6645.82-
YUV148.34140.2237.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.25%
GREEN value IS 209 (82.03% from 255) = 52.25%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=5.25%
G=52.25%
B=42.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal212091700.9000.190.18167.5581.7445.1
Hex15D1AA5A01312a8522d
Octal253212521320232225012255
Binary101011101000110101010101101001001110010101010001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,209,170); }

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

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

 a { background-color: rgb(21,209,170); }

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

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

 span { border-color: rgb(21,209,170); }

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