Shades of Light Sea Green #23C8BA
Tints of Light Sea Green #23C8BA
RGB
CMYK
RGB Variations
Color information
#23C8BA (or 0x23C8BA) is known color: Light Sea Green. HEX triplet: 23, C8 and BA. RGB value is (35,200,186). Sum of RGB (Red+Green+Blue) = 35+200+186=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #23C8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C8BA is #DC3745. Grayscale: #949494. Windows color (decimal): -14432070 or 12240931. OLE color: 12240931.
HSL color Cylindrical-coordinate representation of color #23C8BA: hue angle of 174.91º 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 #23C8BA is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 200 | 186 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.22 |
| HSL | 174.91º | 0.7% | 0.46% | - |
| HSV(B) | 174.91º | 0.83% | 0.78% | - |
| XYZ | 30.21 | 45.21 | 53.59 | - |
| YUV | 149.07 | 148.84 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 200 | 186 | 0.82 | 0 | 0.07 | 0.22 | 174.91 | 0.7 | 0.46 |
| Hex | 23 | C8 | BA | 52 | 0 | 7 | 16 | AF | 46 | 2E |
| Octal | 43 | 310 | 272 | 122 | 0 | 7 | 26 | 257 | 106 | 56 |
| Binary | 100011 | 11001000 | 10111010 | 1010010 | 0 | 111 | 10110 | 10101111 | 1000110 | 101110 |
Color Harmonies of #23C8BA
Complementary color
Monochromatic Colors of #23C8BA
Black with #23C8BA
Text Example
Text Example
White with #23C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C8BA; }
p { color: rgb(35,200,186); }
H1.HeaderClassName
{
color: #23C8BA;
}
.AnyTagClassName
{
color: #23C8BA;
}
</style>
background-color css
<style>
a { background-color: #23C8BA; }
a { background-color: rgb(35,200,186); }
div.DivClassName
{
background-color: #23C8BA;
}
.BgClassName
{
background-color: #23C8BA;
}
</style>
border-color css
<style>
span { border-color: #23C8BA; }
span { border-color: rgb(35,200,186); }
td.TdClassName
{
border-color: #23C8BA;
}
.TagClassName
{
border-color: #23C8BA;
}
</style>