Shades of Light Sea Green #15BEA2
Tints of Light Sea Green #15BEA2
RGB
CMYK
RGB Variations
Color information
#15BEA2 (or 0x15BEA2) is known color: Light Sea Green. HEX triplet: 15, BE and A2. RGB value is (21,190,162). Sum of RGB (Red+Green+Blue) = 21+190+162=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #15BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BEA2 is #EA415D. Grayscale: #888888. Windows color (decimal): -15352158 or 10665493. OLE color: 10665493.
HSL color Cylindrical-coordinate representation of color #15BEA2: hue angle of 170.06º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BEA2 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 190 | 162 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.25 |
| HSL | 170.06º | 0.8% | 0.41% | - |
| HSV(B) | 170.06º | 0.89% | 0.75% | - |
| XYZ | 25.24 | 39.59 | 40.49 | - |
| YUV | 136.28 | 142.51 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 162 | 0.89 | 0 | 0.15 | 0.25 | 170.06 | 0.8 | 0.41 |
| Hex | 15 | BE | A2 | 59 | 0 | F | 19 | AA | 50 | 29 |
| Octal | 25 | 276 | 242 | 131 | 0 | 17 | 31 | 252 | 120 | 51 |
| Binary | 10101 | 10111110 | 10100010 | 1011001 | 0 | 1111 | 11001 | 10101010 | 1010000 | 101001 |
Color Harmonies of #15BEA2
Complementary color
Monochromatic Colors of #15BEA2
Black with #15BEA2
Text Example
Text Example
White with #15BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BEA2; }
p { color: rgb(21,190,162); }
H1.HeaderClassName
{
color: #15BEA2;
}
.AnyTagClassName
{
color: #15BEA2;
}
</style>
background-color css
<style>
a { background-color: #15BEA2; }
a { background-color: rgb(21,190,162); }
div.DivClassName
{
background-color: #15BEA2;
}
.BgClassName
{
background-color: #15BEA2;
}
</style>
border-color css
<style>
span { border-color: #15BEA2; }
span { border-color: rgb(21,190,162); }
td.TdClassName
{
border-color: #15BEA2;
}
.TagClassName
{
border-color: #15BEA2;
}
</style>