Shades of Light Sea Green #17AFBC
Tints of Light Sea Green #17AFBC
RGB
CMYK
RGB Variations
Color information
#17AFBC (or 0x17AFBC) is known color: Light Sea Green. HEX triplet: 17, AF and BC. RGB value is (23,175,188). Sum of RGB (Red+Green+Blue) = 23+175+188=386 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.96% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #17AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFBC is #E85043. Grayscale: #828282. Windows color (decimal): -15224900 or 12365591. OLE color: 12365591.
HSL color Cylindrical-coordinate representation of color #17AFBC: hue angle of 184.73º 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 #17AFBC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 175 | 188 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.26 |
| HSL | 184.73º | 0.78% | 0.41% | - |
| HSV(B) | 184.73º | 0.88% | 0.74% | - |
| XYZ | 24.76 | 34.47 | 52.93 | - |
| YUV | 131.03 | 160.14 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 188 | 0.88 | 0.07 | 0 | 0.26 | 184.73 | 0.78 | 0.41 |
| Hex | 17 | AF | BC | 58 | 7 | 0 | 1A | B9 | 4E | 29 |
| Octal | 27 | 257 | 274 | 130 | 7 | 0 | 32 | 271 | 116 | 51 |
| Binary | 10111 | 10101111 | 10111100 | 1011000 | 111 | 0 | 11010 | 10111001 | 1001110 | 101001 |
Color Harmonies of #17AFBC
Complementary color
Monochromatic Colors of #17AFBC
Black with #17AFBC
Text Example
Text Example
White with #17AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFBC; }
p { color: rgb(23,175,188); }
H1.HeaderClassName
{
color: #17AFBC;
}
.AnyTagClassName
{
color: #17AFBC;
}
</style>
background-color css
<style>
a { background-color: #17AFBC; }
a { background-color: rgb(23,175,188); }
div.DivClassName
{
background-color: #17AFBC;
}
.BgClassName
{
background-color: #17AFBC;
}
</style>
border-color css
<style>
span { border-color: #17AFBC; }
span { border-color: rgb(23,175,188); }
td.TdClassName
{
border-color: #17AFBC;
}
.TagClassName
{
border-color: #17AFBC;
}
</style>