Shades of Light Sea Green #23B5A2
Tints of Light Sea Green #23B5A2
RGB
CMYK
RGB Variations
Color information
#23B5A2 (or 0x23B5A2) is known color: Light Sea Green. HEX triplet: 23, B5 and A2. RGB value is (35,181,162). Sum of RGB (Red+Green+Blue) = 35+181+162=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #23B5A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23B5A2 is #DC4A5D. Grayscale: #878787. Windows color (decimal): -14436958 or 10663203. OLE color: 10663203.
HSL color Cylindrical-coordinate representation of color #23B5A2: hue angle of 172.19º 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 #23B5A2 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 181 | 162 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.29 |
| HSL | 172.19º | 0.68% | 0.42% | - |
| HSV(B) | 172.19º | 0.81% | 0.71% | - |
| XYZ | 23.74 | 36.01 | 39.88 | - |
| YUV | 135.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 181 | 162 | 0.81 | 0 | 0.10 | 0.29 | 172.19 | 0.68 | 0.42 |
| Hex | 23 | B5 | A2 | 51 | 0 | A | 1D | AC | 44 | 2A |
| Octal | 43 | 265 | 242 | 121 | 0 | 12 | 35 | 254 | 104 | 52 |
| Binary | 100011 | 10110101 | 10100010 | 1010001 | 0 | 1010 | 11101 | 10101100 | 1000100 | 101010 |
Color Harmonies of #23B5A2
Complementary color
Monochromatic Colors of #23B5A2
Black with #23B5A2
Text Example
Text Example
White with #23B5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B5A2; }
p { color: rgb(35,181,162); }
H1.HeaderClassName
{
color: #23B5A2;
}
.AnyTagClassName
{
color: #23B5A2;
}
</style>
background-color css
<style>
a { background-color: #23B5A2; }
a { background-color: rgb(35,181,162); }
div.DivClassName
{
background-color: #23B5A2;
}
.BgClassName
{
background-color: #23B5A2;
}
</style>
border-color css
<style>
span { border-color: #23B5A2; }
span { border-color: rgb(35,181,162); }
td.TdClassName
{
border-color: #23B5A2;
}
.TagClassName
{
border-color: #23B5A2;
}
</style>