Shades of Light Sea Green #23C8AF
Tints of Light Sea Green #23C8AF
RGB
CMYK
RGB Variations
Color information
#23C8AF (or 0x23C8AF) is known color: Light Sea Green. HEX triplet: 23, C8 and AF. RGB value is (35,200,175). Sum of RGB (Red+Green+Blue) = 35+200+175=410 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.54% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #23C8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C8AF is #DC3750. Grayscale: #939393. Windows color (decimal): -14432081 or 11520035. OLE color: 11520035.
HSL color Cylindrical-coordinate representation of color #23C8AF: hue angle of 170.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 #23C8AF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 200 | 175 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.22 |
| HSL | 170.91º | 0.7% | 0.46% | - |
| HSV(B) | 170.91º | 0.83% | 0.78% | - |
| XYZ | 29.09 | 44.76 | 47.66 | - |
| YUV | 147.82 | 143.34 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 200 | 175 | 0.82 | 0 | 0.12 | 0.22 | 170.91 | 0.7 | 0.46 |
| Hex | 23 | C8 | AF | 52 | 0 | C | 16 | AB | 46 | 2E |
| Octal | 43 | 310 | 257 | 122 | 0 | 14 | 26 | 253 | 106 | 56 |
| Binary | 100011 | 11001000 | 10101111 | 1010010 | 0 | 1100 | 10110 | 10101011 | 1000110 | 101110 |
Color Harmonies of #23C8AF
Complementary color
Monochromatic Colors of #23C8AF
Black with #23C8AF
Text Example
Text Example
White with #23C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C8AF; }
p { color: rgb(35,200,175); }
H1.HeaderClassName
{
color: #23C8AF;
}
.AnyTagClassName
{
color: #23C8AF;
}
</style>
background-color css
<style>
a { background-color: #23C8AF; }
a { background-color: rgb(35,200,175); }
div.DivClassName
{
background-color: #23C8AF;
}
.BgClassName
{
background-color: #23C8AF;
}
</style>
border-color css
<style>
span { border-color: #23C8AF; }
span { border-color: rgb(35,200,175); }
td.TdClassName
{
border-color: #23C8AF;
}
.TagClassName
{
border-color: #23C8AF;
}
</style>