Shades of Light Sea Green #15BFA2
Tints of Light Sea Green #15BFA2
RGB
CMYK
RGB Variations
Color information
#15BFA2 (or 0x15BFA2) is known color: Light Sea Green. HEX triplet: 15, BF and A2. RGB value is (21,191,162). Sum of RGB (Red+Green+Blue) = 21+191+162=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #15BFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BFA2 is #EA405D. Grayscale: #888888. Windows color (decimal): -15351902 or 10665749. OLE color: 10665749.
HSL color Cylindrical-coordinate representation of color #15BFA2: hue angle of 169.76º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BFA2 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 191 | 162 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.25 |
| HSL | 169.76º | 0.8% | 0.42% | - |
| HSV(B) | 169.76º | 0.89% | 0.75% | - |
| XYZ | 25.46 | 40.03 | 40.57 | - |
| YUV | 136.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 162 | 0.89 | 0 | 0.15 | 0.25 | 169.76 | 0.8 | 0.42 |
| Hex | 15 | BF | A2 | 59 | 0 | F | 19 | AA | 50 | 2A |
| Octal | 25 | 277 | 242 | 131 | 0 | 17 | 31 | 252 | 120 | 52 |
| Binary | 10101 | 10111111 | 10100010 | 1011001 | 0 | 1111 | 11001 | 10101010 | 1010000 | 101010 |
Color Harmonies of #15BFA2
Complementary color
Monochromatic Colors of #15BFA2
Black with #15BFA2
Text Example
Text Example
White with #15BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFA2; }
p { color: rgb(21,191,162); }
H1.HeaderClassName
{
color: #15BFA2;
}
.AnyTagClassName
{
color: #15BFA2;
}
</style>
background-color css
<style>
a { background-color: #15BFA2; }
a { background-color: rgb(21,191,162); }
div.DivClassName
{
background-color: #15BFA2;
}
.BgClassName
{
background-color: #15BFA2;
}
</style>
border-color css
<style>
span { border-color: #15BFA2; }
span { border-color: rgb(21,191,162); }
td.TdClassName
{
border-color: #15BFA2;
}
.TagClassName
{
border-color: #15BFA2;
}
</style>