#15AA9C

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

Shades of Light Sea Green #15AA9C

Tints of Light Sea Green #15AA9C

Color information

#15AA9C (or 0x15AA9C) is unknown color: approx Light Sea Green. HEX triplet: 15, AA and 9C. RGB value is (21,170,156). Sum of RGB (Red+Green+Blue) = 21+170+156=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #15AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AA9C is #EA5563. Grayscale: #7B7B7B. Windows color (decimal): -15357284 or 10267157. OLE color: 10267157.

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

Color convert

RGB21170156-
CMYK0.8800.080.33
HSL174.36º78.01%37.45%-
HSV(B)174.36º87.65%66.67%-
XYZ20.6831.3136.41-
YUV123.85146.1454.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.05%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=6.05%
G=48.99%
B=44.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211701560.8800.080.33174.3678.0137.45
Hex15AA9C580821ae4e25
Octal252522341300104125611645
Binary101011010101010011100101100001000100001101011101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,170,156); }

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

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

 a { background-color: rgb(21,170,156); }

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

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

 span { border-color: rgb(21,170,156); }

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