#15ACA6

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

Shades of Light Sea Green #15ACA6

Tints of Light Sea Green #15ACA6

Color information

#15ACA6 (or 0x15ACA6) is unknown color: approx Light Sea Green. HEX triplet: 15, AC and A6. RGB value is (21,172,166). Sum of RGB (Red+Green+Blue) = 21+172+166=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #15ACA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15ACA6 is #EA5359. Grayscale: #7E7E7E. Windows color (decimal): -15356762 or 10923029. OLE color: 10923029.

HSL color Cylindrical-coordinate representation of color #15ACA6: hue angle of 177.62º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15ACA6 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB21172166-
CMYK0.8800.030.33
HSL177.62º78.24%37.84%-
HSV(B)177.62º87.79%67.45%-
XYZ21.9432.4241.18-
YUV126.17150.4752.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.85%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=5.85%
G=47.91%
B=46.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211721660.8800.030.33177.6278.2437.84
Hex15ACA6580321b24e26
Octal25254246130034126211646
Binary1010110101100101001101011000011100001101100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,172,166); }

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

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

 a { background-color: rgb(21,172,166); }

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

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

 span { border-color: rgb(21,172,166); }

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