Shades of Light Sea Green #17BDA0
Tints of Light Sea Green #17BDA0
RGB
CMYK
RGB Variations
Color information
#17BDA0 (or 0x17BDA0) is known color: Light Sea Green. HEX triplet: 17, BD and A0. RGB value is (23,189,160). Sum of RGB (Red+Green+Blue) = 23+189+160=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #17BDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17BDA0 is #E8425F. Grayscale: #888888. Windows color (decimal): -15221344 or 10534167. OLE color: 10534167.
HSL color Cylindrical-coordinate representation of color #17BDA0: hue angle of 169.52º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BDA0 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 189 | 160 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.26 |
| HSL | 169.52º | 0.78% | 0.42% | - |
| HSV(B) | 169.52º | 0.88% | 0.74% | - |
| XYZ | 24.9 | 39.12 | 39.5 | - |
| YUV | 136.06 | 141.5 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 160 | 0.88 | 0 | 0.15 | 0.26 | 169.52 | 0.78 | 0.42 |
| Hex | 17 | BD | A0 | 58 | 0 | F | 1A | AA | 4E | 2A |
| Octal | 27 | 275 | 240 | 130 | 0 | 17 | 32 | 252 | 116 | 52 |
| Binary | 10111 | 10111101 | 10100000 | 1011000 | 0 | 1111 | 11010 | 10101010 | 1001110 | 101010 |
Color Harmonies of #17BDA0
Complementary color
Monochromatic Colors of #17BDA0
Black with #17BDA0
Text Example
Text Example
White with #17BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDA0; }
p { color: rgb(23,189,160); }
H1.HeaderClassName
{
color: #17BDA0;
}
.AnyTagClassName
{
color: #17BDA0;
}
</style>
background-color css
<style>
a { background-color: #17BDA0; }
a { background-color: rgb(23,189,160); }
div.DivClassName
{
background-color: #17BDA0;
}
.BgClassName
{
background-color: #17BDA0;
}
</style>
border-color css
<style>
span { border-color: #17BDA0; }
span { border-color: rgb(23,189,160); }
td.TdClassName
{
border-color: #17BDA0;
}
.TagClassName
{
border-color: #17BDA0;
}
</style>