Shades of Light Sea Green #23C2AF
Tints of Light Sea Green #23C2AF
RGB
CMYK
RGB Variations
Color information
#23C2AF (or 0x23C2AF) is known color: Light Sea Green. HEX triplet: 23, C2 and AF. RGB value is (35,194,175). Sum of RGB (Red+Green+Blue) = 35+194+175=404 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.66% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #23C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C2AF is #DC3D50. Grayscale: #909090. Windows color (decimal): -14433617 or 11518499. OLE color: 11518499.
HSL color Cylindrical-coordinate representation of color #23C2AF: hue angle of 172.83º 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 #23C2AF is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 175 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.24 |
| HSL | 172.83º | 0.69% | 0.45% | - |
| HSV(B) | 172.83º | 0.82% | 0.76% | - |
| XYZ | 27.72 | 42.04 | 47.21 | - |
| YUV | 144.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 175 | 0.82 | 0 | 0.10 | 0.24 | 172.83 | 0.69 | 0.45 |
| Hex | 23 | C2 | AF | 52 | 0 | A | 18 | AD | 45 | 2D |
| Octal | 43 | 302 | 257 | 122 | 0 | 12 | 30 | 255 | 105 | 55 |
| Binary | 100011 | 11000010 | 10101111 | 1010010 | 0 | 1010 | 11000 | 10101101 | 1000101 | 101101 |
Color Harmonies of #23C2AF
Complementary color
Monochromatic Colors of #23C2AF
Black with #23C2AF
Text Example
Text Example
White with #23C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C2AF; }
p { color: rgb(35,194,175); }
H1.HeaderClassName
{
color: #23C2AF;
}
.AnyTagClassName
{
color: #23C2AF;
}
</style>
background-color css
<style>
a { background-color: #23C2AF; }
a { background-color: rgb(35,194,175); }
div.DivClassName
{
background-color: #23C2AF;
}
.BgClassName
{
background-color: #23C2AF;
}
</style>
border-color css
<style>
span { border-color: #23C2AF; }
span { border-color: rgb(35,194,175); }
td.TdClassName
{
border-color: #23C2AF;
}
.TagClassName
{
border-color: #23C2AF;
}
</style>