#15C494

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

Shades of Caribbean Green #15C494

Tints of Caribbean Green #15C494

Color information

#15C494 (or 0x15C494) is unknown color: approx Caribbean Green. HEX triplet: 15, C4 and 94. RGB value is (21,196,148). Sum of RGB (Red+Green+Blue) = 21+196+148=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #15C494 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C494 is #EA3B6B. Grayscale: #8A8A8A. Windows color (decimal): -15350636 or 9749525. OLE color: 9749525.

HSL color Cylindrical-coordinate representation of color #15C494: hue angle of 163.54º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C494 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB21196148-
CMYK0.8900.240.23
HSL163.54º80.65%42.55%-
HSV(B)163.54º89.29%76.86%-
XYZ25.3941.7834.74-
YUV138.2133.5244.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.75%
GREEN value IS 196 (76.95% from 255) = 53.70%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=5.75%
G=53.70%
B=40.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal211961480.8900.240.23163.5480.6542.55
Hex15C4945901817a4512b
Octal253042241310302724412153
Binary101011100010010010100101100101100010111101001001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,196,148); }

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

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

 a { background-color: rgb(21,196,148); }

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

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

 span { border-color: rgb(21,196,148); }

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