#15a0a5

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

Shades of Light Sea Green #15A0A5

Tints of Light Sea Green #15A0A5

Color information

#15A0A5 (or 0x15A0A5) is unknown color: approx Light Sea Green. HEX triplet: 15, A0 and A5. RGB value is (21,160,165). Sum of RGB (Red+Green+Blue) = 21+160+165=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 165 - color contains mainly: blue. Hex color #15A0A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A0A5 is #EA5F5A. Grayscale: #767676. Windows color (decimal): -15359835 or 10854421. OLE color: 10854421.

HSL color Cylindrical-coordinate representation of color #15A0A5: hue angle of 182.08º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A0A5 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB21160165-
CMYK0.870.0300.35
HSL182.08º77.42%36.47%-
HSV(B)182.08º87.27%64.71%-
XYZ19.6728.0239.97-
YUV119.01153.9558.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.07%
GREEN value IS 160 (62.89% from 255) = 46.24%
BLUE value IS 165 (64.84% from 255) = 47.69%
R=6.07%
G=46.24%
B=47.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal211601650.870.0300.35182.0877.4236.47
Hex15A0A5573023b64d24
Octal25240245127304326611544
Binary1010110100000101001011010111110100011101101101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15a0a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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