Shades of Light Sea Green #23BCC0
Tints of Light Sea Green #23BCC0
RGB
CMYK
RGB Variations
Color information
#23BCC0 (or 0x23BCC0) is known color: Light Sea Green. HEX triplet: 23, BC and C0. RGB value is (35,188,192). Sum of RGB (Red+Green+Blue) = 35+188+192=415 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.43% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #23BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BCC0 is #DC433F. Grayscale: #8E8E8E. Windows color (decimal): -14435136 or 12631075. OLE color: 12631075.
HSL color Cylindrical-coordinate representation of color #23BCC0: hue angle of 181.53º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BCC0 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 188 | 192 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.25 |
| HSL | 181.53º | 0.69% | 0.45% | - |
| HSV(B) | 181.53º | 0.82% | 0.75% | - |
| XYZ | 28.19 | 40.13 | 56.13 | - |
| YUV | 142.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 192 | 0.82 | 0.02 | 0 | 0.25 | 181.53 | 0.69 | 0.45 |
| Hex | 23 | BC | C0 | 52 | 2 | 0 | 19 | B6 | 45 | 2D |
| Octal | 43 | 274 | 300 | 122 | 2 | 0 | 31 | 266 | 105 | 55 |
| Binary | 100011 | 10111100 | 11000000 | 1010010 | 10 | 0 | 11001 | 10110110 | 1000101 | 101101 |
Color Harmonies of #23BCC0
Complementary color
Monochromatic Colors of #23BCC0
Black with #23BCC0
Text Example
Text Example
White with #23BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BCC0; }
p { color: rgb(35,188,192); }
H1.HeaderClassName
{
color: #23BCC0;
}
.AnyTagClassName
{
color: #23BCC0;
}
</style>
background-color css
<style>
a { background-color: #23BCC0; }
a { background-color: rgb(35,188,192); }
div.DivClassName
{
background-color: #23BCC0;
}
.BgClassName
{
background-color: #23BCC0;
}
</style>
border-color css
<style>
span { border-color: #23BCC0; }
span { border-color: rgb(35,188,192); }
td.TdClassName
{
border-color: #23BCC0;
}
.TagClassName
{
border-color: #23BCC0;
}
</style>