#15CAB4

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

Shades of Light Sea Green #15CAB4

Tints of Light Sea Green #15CAB4

Color information

#15CAB4 (or 0x15CAB4) is unknown color: approx Light Sea Green. HEX triplet: 15, CA and B4. RGB value is (21,202,180). Sum of RGB (Red+Green+Blue) = 21+202+180=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #15CAB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CAB4 is #EA354B. Grayscale: #919191. Windows color (decimal): -15349068 or 11848213. OLE color: 11848213.

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

Color convert

RGB21202180-
CMYK0.9000.110.21
HSL172.71º81.17%43.73%-
HSV(B)172.71º89.6%79.22%-
XYZ29.6745.750.44-
YUV145.37147.5339.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.21%
GREEN value IS 202 (79.30% from 255) = 50.12%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=5.21%
G=50.12%
B=44.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal212021800.9000.110.21172.7181.1743.73
Hex15CAB45A0B15ad512c
Octal253122641320132525512154
Binary10101110010101011010010110100101110101101011011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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