Shades of Light Sea Green #23D0BE
Tints of Light Sea Green #23D0BE
RGB
CMYK
RGB Variations
Color information
#23D0BE (or 0x23D0BE) is known color: Light Sea Green. HEX triplet: 23, D0 and BE. RGB value is (35,208,190). Sum of RGB (Red+Green+Blue) = 35+208+190=433 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.08% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #23D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D0BE is #DC2F41. Grayscale: #9A9A9A. Windows color (decimal): -14430018 or 12505123. OLE color: 12505123.
HSL color Cylindrical-coordinate representation of color #23D0BE: hue angle of 173.76º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D0BE is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 208 | 190 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.18 |
| HSL | 173.76º | 0.71% | 0.48% | - |
| HSV(B) | 173.76º | 0.83% | 0.82% | - |
| XYZ | 32.54 | 49.19 | 56.49 | - |
| YUV | 154.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 190 | 0.83 | 0 | 0.09 | 0.18 | 173.76 | 0.71 | 0.48 |
| Hex | 23 | D0 | BE | 53 | 0 | 9 | 12 | AE | 47 | 30 |
| Octal | 43 | 320 | 276 | 123 | 0 | 11 | 22 | 256 | 107 | 60 |
| Binary | 100011 | 11010000 | 10111110 | 1010011 | 0 | 1001 | 10010 | 10101110 | 1000111 | 110000 |
Color Harmonies of #23D0BE
Complementary color
Monochromatic Colors of #23D0BE
Black with #23D0BE
Text Example
Text Example
White with #23D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D0BE; }
p { color: rgb(35,208,190); }
H1.HeaderClassName
{
color: #23D0BE;
}
.AnyTagClassName
{
color: #23D0BE;
}
</style>
background-color css
<style>
a { background-color: #23D0BE; }
a { background-color: rgb(35,208,190); }
div.DivClassName
{
background-color: #23D0BE;
}
.BgClassName
{
background-color: #23D0BE;
}
</style>
border-color css
<style>
span { border-color: #23D0BE; }
span { border-color: rgb(35,208,190); }
td.TdClassName
{
border-color: #23D0BE;
}
.TagClassName
{
border-color: #23D0BE;
}
</style>