Shades of Light Sea Green #23B5A0
Tints of Light Sea Green #23B5A0
RGB
CMYK
RGB Variations
Color information
#23B5A0 (or 0x23B5A0) is known color: Light Sea Green. HEX triplet: 23, B5 and A0. RGB value is (35,181,160). Sum of RGB (Red+Green+Blue) = 35+181+160=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #23B5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23B5A0 is #DC4A5F. Grayscale: #868686. Windows color (decimal): -14436960 or 10532131. OLE color: 10532131.
HSL color Cylindrical-coordinate representation of color #23B5A0: hue angle of 171.37º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23B5A0 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 181 | 160 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.29 |
| HSL | 171.37º | 0.68% | 0.42% | - |
| HSV(B) | 171.37º | 0.81% | 0.71% | - |
| XYZ | 23.56 | 35.94 | 38.95 | - |
| YUV | 134.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 181 | 160 | 0.81 | 0 | 0.12 | 0.29 | 171.37 | 0.68 | 0.42 |
| Hex | 23 | B5 | A0 | 51 | 0 | C | 1D | AB | 44 | 2A |
| Octal | 43 | 265 | 240 | 121 | 0 | 14 | 35 | 253 | 104 | 52 |
| Binary | 100011 | 10110101 | 10100000 | 1010001 | 0 | 1100 | 11101 | 10101011 | 1000100 | 101010 |
Color Harmonies of #23B5A0
Complementary color
Monochromatic Colors of #23B5A0
Black with #23B5A0
Text Example
Text Example
White with #23B5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B5A0; }
p { color: rgb(35,181,160); }
H1.HeaderClassName
{
color: #23B5A0;
}
.AnyTagClassName
{
color: #23B5A0;
}
</style>
background-color css
<style>
a { background-color: #23B5A0; }
a { background-color: rgb(35,181,160); }
div.DivClassName
{
background-color: #23B5A0;
}
.BgClassName
{
background-color: #23B5A0;
}
</style>
border-color css
<style>
span { border-color: #23B5A0; }
span { border-color: rgb(35,181,160); }
td.TdClassName
{
border-color: #23B5A0;
}
.TagClassName
{
border-color: #23B5A0;
}
</style>