#15ACA4

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

Shades of Light Sea Green #15ACA4

Tints of Light Sea Green #15ACA4

Color information

#15ACA4 (or 0x15ACA4) is unknown color: approx Light Sea Green. HEX triplet: 15, AC and A4. RGB value is (21,172,164). Sum of RGB (Red+Green+Blue) = 21+172+164=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #15ACA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15ACA4 is #EA535B. Grayscale: #7D7D7D. Windows color (decimal): -15356764 or 10791957. OLE color: 10791957.

HSL color Cylindrical-coordinate representation of color #15ACA4: hue angle of 176.82º 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 #15ACA4 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB21172164-
CMYK0.8800.050.33
HSL176.82º78.24%37.84%-
HSV(B)176.82º87.79%67.45%-
XYZ21.7632.3440.22-
YUV125.94149.4753.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.88%
GREEN value IS 172 (67.58% from 255) = 48.18%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=5.88%
G=48.18%
B=45.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211721640.8800.050.33176.8278.2437.84
Hex15ACA4580521b14e26
Octal25254244130054126111646
Binary10101101011001010010010110000101100001101100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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