Shades of Light Sea Green #23C2BA
Tints of Light Sea Green #23C2BA
RGB
CMYK
RGB Variations
Color information
#23C2BA (or 0x23C2BA) is known color: Light Sea Green. HEX triplet: 23, C2 and BA. RGB value is (35,194,186). Sum of RGB (Red+Green+Blue) = 35+194+186=415 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.43% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #23C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C2BA is #DC3D45. Grayscale: #919191. Windows color (decimal): -14433606 or 12239395. OLE color: 12239395.
HSL color Cylindrical-coordinate representation of color #23C2BA: hue angle of 176.98º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C2BA is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 186 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.24 |
| HSL | 176.98º | 0.69% | 0.45% | - |
| HSV(B) | 176.98º | 0.82% | 0.76% | - |
| XYZ | 28.85 | 42.49 | 53.13 | - |
| YUV | 145.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 186 | 0.82 | 0 | 0.04 | 0.24 | 176.98 | 0.69 | 0.45 |
| Hex | 23 | C2 | BA | 52 | 0 | 4 | 18 | B1 | 45 | 2D |
| Octal | 43 | 302 | 272 | 122 | 0 | 4 | 30 | 261 | 105 | 55 |
| Binary | 100011 | 11000010 | 10111010 | 1010010 | 0 | 100 | 11000 | 10110001 | 1000101 | 101101 |
Color Harmonies of #23C2BA
Complementary color
Monochromatic Colors of #23C2BA
Black with #23C2BA
Text Example
Text Example
White with #23C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C2BA; }
p { color: rgb(35,194,186); }
H1.HeaderClassName
{
color: #23C2BA;
}
.AnyTagClassName
{
color: #23C2BA;
}
</style>
background-color css
<style>
a { background-color: #23C2BA; }
a { background-color: rgb(35,194,186); }
div.DivClassName
{
background-color: #23C2BA;
}
.BgClassName
{
background-color: #23C2BA;
}
</style>
border-color css
<style>
span { border-color: #23C2BA; }
span { border-color: rgb(35,194,186); }
td.TdClassName
{
border-color: #23C2BA;
}
.TagClassName
{
border-color: #23C2BA;
}
</style>