Shades of Light Sea Green #23BCB2
Tints of Light Sea Green #23BCB2
RGB
CMYK
RGB Variations
Color information
#23BCB2 (or 0x23BCB2) is known color: Light Sea Green. HEX triplet: 23, BC and B2. RGB value is (35,188,178). Sum of RGB (Red+Green+Blue) = 35+188+178=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #23BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BCB2 is #DC434D. Grayscale: #8D8D8D. Windows color (decimal): -14435150 or 11713571. OLE color: 11713571.
HSL color Cylindrical-coordinate representation of color #23BCB2: hue angle of 176.08º 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 #23BCB2 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 178 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.26 |
| HSL | 176.08º | 0.69% | 0.44% | - |
| HSV(B) | 176.08º | 0.81% | 0.74% | - |
| XYZ | 26.71 | 39.54 | 48.34 | - |
| YUV | 141.11 | 148.81 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 178 | 0.81 | 0 | 0.05 | 0.26 | 176.08 | 0.69 | 0.44 |
| Hex | 23 | BC | B2 | 51 | 0 | 5 | 1A | B0 | 45 | 2C |
| Octal | 43 | 274 | 262 | 121 | 0 | 5 | 32 | 260 | 105 | 54 |
| Binary | 100011 | 10111100 | 10110010 | 1010001 | 0 | 101 | 11010 | 10110000 | 1000101 | 101100 |
Color Harmonies of #23BCB2
Complementary color
Monochromatic Colors of #23BCB2
Black with #23BCB2
Text Example
Text Example
White with #23BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BCB2; }
p { color: rgb(35,188,178); }
H1.HeaderClassName
{
color: #23BCB2;
}
.AnyTagClassName
{
color: #23BCB2;
}
</style>
background-color css
<style>
a { background-color: #23BCB2; }
a { background-color: rgb(35,188,178); }
div.DivClassName
{
background-color: #23BCB2;
}
.BgClassName
{
background-color: #23BCB2;
}
</style>
border-color css
<style>
span { border-color: #23BCB2; }
span { border-color: rgb(35,188,178); }
td.TdClassName
{
border-color: #23BCB2;
}
.TagClassName
{
border-color: #23BCB2;
}
</style>