Shades of Light Sea Green #23BCAB
Tints of Light Sea Green #23BCAB
RGB
CMYK
RGB Variations
Color information
#23BCAB (or 0x23BCAB) is known color: Light Sea Green. HEX triplet: 23, BC and AB. RGB value is (35,188,171). Sum of RGB (Red+Green+Blue) = 35+188+171=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #23BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BCAB is #DC4354. Grayscale: #8C8C8C. Windows color (decimal): -14435157 or 11254819. OLE color: 11254819.
HSL color Cylindrical-coordinate representation of color #23BCAB: hue angle of 173.33º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BCAB is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 171 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.26 |
| HSL | 173.33º | 0.69% | 0.44% | - |
| HSV(B) | 173.33º | 0.81% | 0.74% | - |
| XYZ | 26.03 | 39.26 | 44.74 | - |
| YUV | 140.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 171 | 0.81 | 0 | 0.09 | 0.26 | 173.33 | 0.69 | 0.44 |
| Hex | 23 | BC | AB | 51 | 0 | 9 | 1A | AD | 45 | 2C |
| Octal | 43 | 274 | 253 | 121 | 0 | 11 | 32 | 255 | 105 | 54 |
| Binary | 100011 | 10111100 | 10101011 | 1010001 | 0 | 1001 | 11010 | 10101101 | 1000101 | 101100 |
Color Harmonies of #23BCAB
Complementary color
Monochromatic Colors of #23BCAB
Black with #23BCAB
Text Example
Text Example
White with #23BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BCAB; }
p { color: rgb(35,188,171); }
H1.HeaderClassName
{
color: #23BCAB;
}
.AnyTagClassName
{
color: #23BCAB;
}
</style>
background-color css
<style>
a { background-color: #23BCAB; }
a { background-color: rgb(35,188,171); }
div.DivClassName
{
background-color: #23BCAB;
}
.BgClassName
{
background-color: #23BCAB;
}
</style>
border-color css
<style>
span { border-color: #23BCAB; }
span { border-color: rgb(35,188,171); }
td.TdClassName
{
border-color: #23BCAB;
}
.TagClassName
{
border-color: #23BCAB;
}
</style>