Shades of Light Sea Green #17BCAF
Tints of Light Sea Green #17BCAF
RGB
CMYK
RGB Variations
Color information
#17BCAF (or 0x17BCAF) is known color: Light Sea Green. HEX triplet: 17, BC and AF. RGB value is (23,188,175). Sum of RGB (Red+Green+Blue) = 23+188+175=386 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.96% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #17BCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17BCAF is #E84350. Grayscale: #898989. Windows color (decimal): -15221585 or 11516951. OLE color: 11516951.
HSL color Cylindrical-coordinate representation of color #17BCAF: hue angle of 175.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BCAF is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 188 | 175 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.26 |
| HSL | 175.27º | 0.78% | 0.41% | - |
| HSV(B) | 175.27º | 0.88% | 0.74% | - |
| XYZ | 26.07 | 39.24 | 46.76 | - |
| YUV | 137.18 | 149.34 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 175 | 0.88 | 0 | 0.07 | 0.26 | 175.27 | 0.78 | 0.41 |
| Hex | 17 | BC | AF | 58 | 0 | 7 | 1A | AF | 4E | 29 |
| Octal | 27 | 274 | 257 | 130 | 0 | 7 | 32 | 257 | 116 | 51 |
| Binary | 10111 | 10111100 | 10101111 | 1011000 | 0 | 111 | 11010 | 10101111 | 1001110 | 101001 |
Color Harmonies of #17BCAF
Complementary color
Monochromatic Colors of #17BCAF
Black with #17BCAF
Text Example
Text Example
White with #17BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCAF; }
p { color: rgb(23,188,175); }
H1.HeaderClassName
{
color: #17BCAF;
}
.AnyTagClassName
{
color: #17BCAF;
}
</style>
background-color css
<style>
a { background-color: #17BCAF; }
a { background-color: rgb(23,188,175); }
div.DivClassName
{
background-color: #17BCAF;
}
.BgClassName
{
background-color: #17BCAF;
}
</style>
border-color css
<style>
span { border-color: #17BCAF; }
span { border-color: rgb(23,188,175); }
td.TdClassName
{
border-color: #17BCAF;
}
.TagClassName
{
border-color: #17BCAF;
}
</style>