Shades of Light Sea Green #23CAC3
Tints of Light Sea Green #23CAC3
RGB
CMYK
RGB Variations
Color information
#23CAC3 (or 0x23CAC3) is known color: Light Sea Green. HEX triplet: 23, CA and C3. RGB value is (35,202,195). Sum of RGB (Red+Green+Blue) = 35+202+195=432 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.10% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #23CAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CAC3 is #DC353C. Grayscale: #979797. Windows color (decimal): -14431549 or 12831267. OLE color: 12831267.
HSL color Cylindrical-coordinate representation of color #23CAC3: hue angle of 177.49º 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 #23CAC3 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 195 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.21 |
| HSL | 177.49º | 0.7% | 0.46% | - |
| HSV(B) | 177.49º | 0.83% | 0.79% | - |
| XYZ | 31.66 | 46.54 | 58.94 | - |
| YUV | 151.27 | 152.67 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 195 | 0.83 | 0 | 0.03 | 0.21 | 177.49 | 0.7 | 0.46 |
| Hex | 23 | CA | C3 | 53 | 0 | 3 | 15 | B1 | 46 | 2E |
| Octal | 43 | 312 | 303 | 123 | 0 | 3 | 25 | 261 | 106 | 56 |
| Binary | 100011 | 11001010 | 11000011 | 1010011 | 0 | 11 | 10101 | 10110001 | 1000110 | 101110 |
Color Harmonies of #23CAC3
Complementary color
Monochromatic Colors of #23CAC3
Black with #23CAC3
Text Example
Text Example
White with #23CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CAC3; }
p { color: rgb(35,202,195); }
H1.HeaderClassName
{
color: #23CAC3;
}
.AnyTagClassName
{
color: #23CAC3;
}
</style>
background-color css
<style>
a { background-color: #23CAC3; }
a { background-color: rgb(35,202,195); }
div.DivClassName
{
background-color: #23CAC3;
}
.BgClassName
{
background-color: #23CAC3;
}
</style>
border-color css
<style>
span { border-color: #23CAC3; }
span { border-color: rgb(35,202,195); }
td.TdClassName
{
border-color: #23CAC3;
}
.TagClassName
{
border-color: #23CAC3;
}
</style>