Shades of Light Sea Green #17BDBD
Tints of Light Sea Green #17BDBD
RGB
CMYK
RGB Variations
Color information
#17BDBD (or 0x17BDBD) is known color: Light Sea Green. HEX triplet: 17, BD and BD. RGB value is (23,189,189). Sum of RGB (Red+Green+Blue) = 23+189+189=401 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.74% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #17BDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BDBD is #E84242. Grayscale: #8B8B8B. Windows color (decimal): -15221315 or 12434711. OLE color: 12434711.
HSL color Cylindrical-coordinate representation of color #17BDBD: hue angle of 180º 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 #17BDBD is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 189 | 189 | - |
| CMYK | 0.88 | 0 | 0 | 0.26 |
| HSL | 180º | 0.78% | 0.42% | - |
| HSV(B) | 180º | 0.88% | 0.74% | - |
| XYZ | 27.74 | 40.25 | 54.45 | - |
| YUV | 139.37 | 156 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 189 | 0.88 | 0 | 0 | 0.26 | 180 | 0.78 | 0.42 |
| Hex | 17 | BD | BD | 58 | 0 | 0 | 1A | B4 | 4E | 2A |
| Octal | 27 | 275 | 275 | 130 | 0 | 0 | 32 | 264 | 116 | 52 |
| Binary | 10111 | 10111101 | 10111101 | 1011000 | 0 | 0 | 11010 | 10110100 | 1001110 | 101010 |
Color Harmonies of #17BDBD
Complementary color
Monochromatic Colors of #17BDBD
Black with #17BDBD
Text Example
Text Example
White with #17BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDBD; }
p { color: rgb(23,189,189); }
H1.HeaderClassName
{
color: #17BDBD;
}
.AnyTagClassName
{
color: #17BDBD;
}
</style>
background-color css
<style>
a { background-color: #17BDBD; }
a { background-color: rgb(23,189,189); }
div.DivClassName
{
background-color: #17BDBD;
}
.BgClassName
{
background-color: #17BDBD;
}
</style>
border-color css
<style>
span { border-color: #17BDBD; }
span { border-color: rgb(23,189,189); }
td.TdClassName
{
border-color: #17BDBD;
}
.TagClassName
{
border-color: #17BDBD;
}
</style>