Shades of Light Sea Green #23CABB
Tints of Light Sea Green #23CABB
RGB
CMYK
RGB Variations
Color information
#23CABB (or 0x23CABB) is known color: Light Sea Green. HEX triplet: 23, CA and BB. RGB value is (35,202,187). Sum of RGB (Red+Green+Blue) = 35+202+187=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #23CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CABB is #DC3544. Grayscale: #969696. Windows color (decimal): -14431557 or 12306979. OLE color: 12306979.
HSL color Cylindrical-coordinate representation of color #23CABB: hue angle of 174.61º 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 #23CABB is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 187 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.21 |
| HSL | 174.61º | 0.7% | 0.46% | - |
| HSV(B) | 174.61º | 0.83% | 0.79% | - |
| XYZ | 30.78 | 46.19 | 54.31 | - |
| YUV | 150.36 | 148.67 | 45.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 187 | 0.83 | 0 | 0.07 | 0.21 | 174.61 | 0.7 | 0.46 |
| Hex | 23 | CA | BB | 53 | 0 | 7 | 15 | AF | 46 | 2E |
| Octal | 43 | 312 | 273 | 123 | 0 | 7 | 25 | 257 | 106 | 56 |
| Binary | 100011 | 11001010 | 10111011 | 1010011 | 0 | 111 | 10101 | 10101111 | 1000110 | 101110 |
Color Harmonies of #23CABB
Complementary color
Monochromatic Colors of #23CABB
Black with #23CABB
Text Example
Text Example
White with #23CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CABB; }
p { color: rgb(35,202,187); }
H1.HeaderClassName
{
color: #23CABB;
}
.AnyTagClassName
{
color: #23CABB;
}
</style>
background-color css
<style>
a { background-color: #23CABB; }
a { background-color: rgb(35,202,187); }
div.DivClassName
{
background-color: #23CABB;
}
.BgClassName
{
background-color: #23CABB;
}
</style>
border-color css
<style>
span { border-color: #23CABB; }
span { border-color: rgb(35,202,187); }
td.TdClassName
{
border-color: #23CABB;
}
.TagClassName
{
border-color: #23CABB;
}
</style>