Shades of Light Sea Green #23C7BA
Tints of Light Sea Green #23C7BA
RGB
CMYK
RGB Variations
Color information
#23C7BA (or 0x23C7BA) is known color: Light Sea Green. HEX triplet: 23, C7 and BA. RGB value is (35,199,186). Sum of RGB (Red+Green+Blue) = 35+199+186=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #23C7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C7BA is #DC3845. Grayscale: #949494. Windows color (decimal): -14432326 or 12240675. OLE color: 12240675.
HSL color Cylindrical-coordinate representation of color #23C7BA: hue angle of 175.24º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C7BA is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 199 | 186 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.22 |
| HSL | 175.24º | 0.7% | 0.46% | - |
| HSV(B) | 175.24º | 0.82% | 0.78% | - |
| XYZ | 29.98 | 44.75 | 53.51 | - |
| YUV | 148.48 | 149.17 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 199 | 186 | 0.82 | 0 | 0.07 | 0.22 | 175.24 | 0.7 | 0.46 |
| Hex | 23 | C7 | BA | 52 | 0 | 7 | 16 | AF | 46 | 2E |
| Octal | 43 | 307 | 272 | 122 | 0 | 7 | 26 | 257 | 106 | 56 |
| Binary | 100011 | 11000111 | 10111010 | 1010010 | 0 | 111 | 10110 | 10101111 | 1000110 | 101110 |
Color Harmonies of #23C7BA
Complementary color
Monochromatic Colors of #23C7BA
Black with #23C7BA
Text Example
Text Example
White with #23C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C7BA; }
p { color: rgb(35,199,186); }
H1.HeaderClassName
{
color: #23C7BA;
}
.AnyTagClassName
{
color: #23C7BA;
}
</style>
background-color css
<style>
a { background-color: #23C7BA; }
a { background-color: rgb(35,199,186); }
div.DivClassName
{
background-color: #23C7BA;
}
.BgClassName
{
background-color: #23C7BA;
}
</style>
border-color css
<style>
span { border-color: #23C7BA; }
span { border-color: rgb(35,199,186); }
td.TdClassName
{
border-color: #23C7BA;
}
.TagClassName
{
border-color: #23C7BA;
}
</style>