Shades of Light Sea Green #23BEC0
Tints of Light Sea Green #23BEC0
RGB
CMYK
RGB Variations
Color information
#23BEC0 (or 0x23BEC0) is known color: Light Sea Green. HEX triplet: 23, BE and C0. RGB value is (35,190,192). Sum of RGB (Red+Green+Blue) = 35+190+192=417 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.39% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #23BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BEC0 is #DC413F. Grayscale: #8F8F8F. Windows color (decimal): -14434624 or 12631587. OLE color: 12631587.
HSL color Cylindrical-coordinate representation of color #23BEC0: hue angle of 180.76º 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 #23BEC0 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 190 | 192 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.25 |
| HSL | 180.76º | 0.69% | 0.45% | - |
| HSV(B) | 180.76º | 0.82% | 0.75% | - |
| XYZ | 28.62 | 40.99 | 56.27 | - |
| YUV | 143.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 190 | 192 | 0.82 | 0.01 | 0 | 0.25 | 180.76 | 0.69 | 0.45 |
| Hex | 23 | BE | C0 | 52 | 1 | 0 | 19 | B5 | 45 | 2D |
| Octal | 43 | 276 | 300 | 122 | 1 | 0 | 31 | 265 | 105 | 55 |
| Binary | 100011 | 10111110 | 11000000 | 1010010 | 1 | 0 | 11001 | 10110101 | 1000101 | 101101 |
Color Harmonies of #23BEC0
Complementary color
Monochromatic Colors of #23BEC0
Black with #23BEC0
Text Example
Text Example
White with #23BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BEC0; }
p { color: rgb(35,190,192); }
H1.HeaderClassName
{
color: #23BEC0;
}
.AnyTagClassName
{
color: #23BEC0;
}
</style>
background-color css
<style>
a { background-color: #23BEC0; }
a { background-color: rgb(35,190,192); }
div.DivClassName
{
background-color: #23BEC0;
}
.BgClassName
{
background-color: #23BEC0;
}
</style>
border-color css
<style>
span { border-color: #23BEC0; }
span { border-color: rgb(35,190,192); }
td.TdClassName
{
border-color: #23BEC0;
}
.TagClassName
{
border-color: #23BEC0;
}
</style>