#15BAA6

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

Shades of Light Sea Green #15BAA6

Tints of Light Sea Green #15BAA6

Color information

#15BAA6 (or 0x15BAA6) is unknown color: approx Light Sea Green. HEX triplet: 15, BA and A6. RGB value is (21,186,166). Sum of RGB (Red+Green+Blue) = 21+186+166=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #15BAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BAA6 is #EA4559. Grayscale: #868686. Windows color (decimal): -15353178 or 10926613. OLE color: 10926613.

HSL color Cylindrical-coordinate representation of color #15BAA6: hue angle of 172.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BAA6 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB21186166-
CMYK0.8900.110.27
HSL172.73º79.71%40.59%-
HSV(B)172.73º88.71%72.94%-
XYZ24.7538.0342.11-
YUV134.38145.8447.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.63%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 166 (65.23% from 255) = 44.50%
R=5.63%
G=49.87%
B=44.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211861660.8900.110.27172.7379.7140.59
Hex15BAA6590B1Bad5029
Octal252722461310133325512051
Binary10101101110101010011010110010101111011101011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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