Shades of Light Sea Green #23BAB0
Tints of Light Sea Green #23BAB0
RGB
CMYK
RGB Variations
Color information
#23BAB0 (or 0x23BAB0) is known color: Light Sea Green. HEX triplet: 23, BA and B0. RGB value is (35,186,176). Sum of RGB (Red+Green+Blue) = 35+186+176=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #23BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BAB0 is #DC454F. Grayscale: #8B8B8B. Windows color (decimal): -14435664 or 11581987. OLE color: 11581987.
HSL color Cylindrical-coordinate representation of color #23BAB0: hue angle of 176.03º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BAB0 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 176 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.27 |
| HSL | 176.03º | 0.68% | 0.43% | - |
| HSV(B) | 176.03º | 0.81% | 0.73% | - |
| XYZ | 26.09 | 38.61 | 47.15 | - |
| YUV | 139.71 | 148.47 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 176 | 0.81 | 0 | 0.05 | 0.27 | 176.03 | 0.68 | 0.43 |
| Hex | 23 | BA | B0 | 51 | 0 | 5 | 1B | B0 | 44 | 2B |
| Octal | 43 | 272 | 260 | 121 | 0 | 5 | 33 | 260 | 104 | 53 |
| Binary | 100011 | 10111010 | 10110000 | 1010001 | 0 | 101 | 11011 | 10110000 | 1000100 | 101011 |
Color Harmonies of #23BAB0
Complementary color
Monochromatic Colors of #23BAB0
Black with #23BAB0
Text Example
Text Example
White with #23BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BAB0; }
p { color: rgb(35,186,176); }
H1.HeaderClassName
{
color: #23BAB0;
}
.AnyTagClassName
{
color: #23BAB0;
}
</style>
background-color css
<style>
a { background-color: #23BAB0; }
a { background-color: rgb(35,186,176); }
div.DivClassName
{
background-color: #23BAB0;
}
.BgClassName
{
background-color: #23BAB0;
}
</style>
border-color css
<style>
span { border-color: #23BAB0; }
span { border-color: rgb(35,186,176); }
td.TdClassName
{
border-color: #23BAB0;
}
.TagClassName
{
border-color: #23BAB0;
}
</style>