#15CAB0

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

Shades of Light Sea Green #15CAB0

Tints of Light Sea Green #15CAB0

Color information

#15CAB0 (or 0x15CAB0) is unknown color: approx Light Sea Green. HEX triplet: 15, CA and B0. RGB value is (21,202,176). Sum of RGB (Red+Green+Blue) = 21+202+176=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #15CAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15CAB0 is #EA354F. Grayscale: #909090. Windows color (decimal): -15349072 or 11586069. OLE color: 11586069.

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

Color convert

RGB21202176-
CMYK0.9000.130.21
HSL171.38º81.17%43.73%-
HSV(B)171.38º89.6%79.22%-
XYZ29.2745.5448.32-
YUV144.92145.5339.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.26%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=5.26%
G=50.63%
B=44.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal212021760.9000.130.21171.3881.1743.73
Hex15CAB05A0D15ab512c
Octal253122601320152525312154
Binary10101110010101011000010110100110110101101010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,202,176); }

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

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

 a { background-color: rgb(21,202,176); }

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

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

 span { border-color: rgb(21,202,176); }

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