#15C996

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

Shades of Caribbean Green #15C996

Tints of Caribbean Green #15C996

Color information

#15C996 (or 0x15C996) is unknown color: approx Caribbean Green. HEX triplet: 15, C9 and 96. RGB value is (21,201,150). Sum of RGB (Red+Green+Blue) = 21+201+150=372 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.65% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #15C996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C996 is #EA3669. Grayscale: #8D8D8D. Windows color (decimal): -15349354 or 9881877. OLE color: 9881877.

HSL color Cylindrical-coordinate representation of color #15C996: hue angle of 163º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C996 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB21201150-
CMYK0.9000.250.21
HSL163º81.08%43.53%-
HSV(B)163º89.55%78.82%-
XYZ26.744.1335.97-
YUV141.37132.8742.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.65%
GREEN value IS 201 (78.91% from 255) = 54.03%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=5.65%
G=54.03%
B=40.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal212011500.9000.250.2116381.0843.53
Hex15C9965A01915a3512c
Octal253112261320312524312154
Binary101011100100110010110101101001100110101101000111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,201,150); }

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

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

 a { background-color: rgb(21,201,150); }

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

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

 span { border-color: rgb(21,201,150); }

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