Shades of Light Sea Green #23CAC0
Tints of Light Sea Green #23CAC0
RGB
CMYK
RGB Variations
Color information
#23CAC0 (or 0x23CAC0) is known color: Light Sea Green. HEX triplet: 23, CA and C0. RGB value is (35,202,192). Sum of RGB (Red+Green+Blue) = 35+202+192=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #23CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CAC0 is #DC353F. Grayscale: #969696. Windows color (decimal): -14431552 or 12634659. OLE color: 12634659.
HSL color Cylindrical-coordinate representation of color #23CAC0: hue angle of 176.41º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CAC0 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 192 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.21 |
| HSL | 176.41º | 0.7% | 0.46% | - |
| HSV(B) | 176.41º | 0.83% | 0.79% | - |
| XYZ | 31.33 | 46.4 | 57.17 | - |
| YUV | 150.93 | 151.17 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 192 | 0.83 | 0 | 0.05 | 0.21 | 176.41 | 0.7 | 0.46 |
| Hex | 23 | CA | C0 | 53 | 0 | 5 | 15 | B0 | 46 | 2E |
| Octal | 43 | 312 | 300 | 123 | 0 | 5 | 25 | 260 | 106 | 56 |
| Binary | 100011 | 11001010 | 11000000 | 1010011 | 0 | 101 | 10101 | 10110000 | 1000110 | 101110 |
Color Harmonies of #23CAC0
Complementary color
Monochromatic Colors of #23CAC0
Black with #23CAC0
Text Example
Text Example
White with #23CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CAC0; }
p { color: rgb(35,202,192); }
H1.HeaderClassName
{
color: #23CAC0;
}
.AnyTagClassName
{
color: #23CAC0;
}
</style>
background-color css
<style>
a { background-color: #23CAC0; }
a { background-color: rgb(35,202,192); }
div.DivClassName
{
background-color: #23CAC0;
}
.BgClassName
{
background-color: #23CAC0;
}
</style>
border-color css
<style>
span { border-color: #23CAC0; }
span { border-color: rgb(35,202,192); }
td.TdClassName
{
border-color: #23CAC0;
}
.TagClassName
{
border-color: #23CAC0;
}
</style>