Shades of Light Sea Green #23BBBC
Tints of Light Sea Green #23BBBC
RGB
CMYK
RGB Variations
Color information
#23BBBC (or 0x23BBBC) is known color: Light Sea Green. HEX triplet: 23, BB and BC. RGB value is (35,187,188). Sum of RGB (Red+Green+Blue) = 35+187+188=410 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.54% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #23BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBBC is #DC4443. Grayscale: #8D8D8D. Windows color (decimal): -14435396 or 12368675. OLE color: 12368675.
HSL color Cylindrical-coordinate representation of color #23BBBC: hue angle of 180.39º 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 #23BBBC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 187 | 188 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.26 |
| HSL | 180.39º | 0.69% | 0.44% | - |
| HSV(B) | 180.39º | 0.81% | 0.74% | - |
| XYZ | 27.54 | 39.53 | 53.76 | - |
| YUV | 141.67 | 154.14 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 187 | 188 | 0.81 | 0.01 | 0 | 0.26 | 180.39 | 0.69 | 0.44 |
| Hex | 23 | BB | BC | 51 | 1 | 0 | 1A | B4 | 45 | 2C |
| Octal | 43 | 273 | 274 | 121 | 1 | 0 | 32 | 264 | 105 | 54 |
| Binary | 100011 | 10111011 | 10111100 | 1010001 | 1 | 0 | 11010 | 10110100 | 1000101 | 101100 |
Color Harmonies of #23BBBC
Complementary color
Monochromatic Colors of #23BBBC
Black with #23BBBC
Text Example
Text Example
White with #23BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BBBC; }
p { color: rgb(35,187,188); }
H1.HeaderClassName
{
color: #23BBBC;
}
.AnyTagClassName
{
color: #23BBBC;
}
</style>
background-color css
<style>
a { background-color: #23BBBC; }
a { background-color: rgb(35,187,188); }
div.DivClassName
{
background-color: #23BBBC;
}
.BgClassName
{
background-color: #23BBBC;
}
</style>
border-color css
<style>
span { border-color: #23BBBC; }
span { border-color: rgb(35,187,188); }
td.TdClassName
{
border-color: #23BBBC;
}
.TagClassName
{
border-color: #23BBBC;
}
</style>