#15ACA5

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

Shades of Light Sea Green #15ACA5

Tints of Light Sea Green #15ACA5

Color information

#15ACA5 (or 0x15ACA5) is unknown color: approx Light Sea Green. HEX triplet: 15, AC and A5. RGB value is (21,172,165). Sum of RGB (Red+Green+Blue) = 21+172+165=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #15ACA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15ACA5 is #EA535A. Grayscale: #7D7D7D. Windows color (decimal): -15356763 or 10857493. OLE color: 10857493.

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

Color convert

RGB21172165-
CMYK0.8800.040.33
HSL177.22º78.24%37.84%-
HSV(B)177.22º87.79%67.45%-
XYZ21.8532.3840.7-
YUV126.05149.9753.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.87%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=5.87%
G=48.04%
B=46.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211721650.8800.040.33177.2278.2437.84
Hex15ACA5580421b14e26
Octal25254245130044126111646
Binary10101101011001010010110110000100100001101100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15ACA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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