Shades of Light Sea Green #23AD9B
Tints of Light Sea Green #23AD9B
RGB
CMYK
RGB Variations
Color information
#23AD9B (or 0x23AD9B) is known color: Light Sea Green. HEX triplet: 23, AD and 9B. RGB value is (35,173,155). Sum of RGB (Red+Green+Blue) = 35+173+155=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AD9B is #DC5264. Grayscale: #818181. Windows color (decimal): -14439013 or 10202403. OLE color: 10202403.
HSL color Cylindrical-coordinate representation of color #23AD9B: hue angle of 172.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AD9B is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 155 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.32 |
| HSL | 172.17º | 0.66% | 0.41% | - |
| HSV(B) | 172.17º | 0.8% | 0.68% | - |
| XYZ | 21.55 | 32.61 | 36.17 | - |
| YUV | 129.69 | 142.28 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 155 | 0.80 | 0 | 0.10 | 0.32 | 172.17 | 0.66 | 0.41 |
| Hex | 23 | AD | 9B | 50 | 0 | A | 20 | AC | 42 | 29 |
| Octal | 43 | 255 | 233 | 120 | 0 | 12 | 40 | 254 | 102 | 51 |
| Binary | 100011 | 10101101 | 10011011 | 1010000 | 0 | 1010 | 100000 | 10101100 | 1000010 | 101001 |
Color Harmonies of #23AD9B
Complementary color
Monochromatic Colors of #23AD9B
Black with #23AD9B
Text Example
Text Example
White with #23AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD9B; }
p { color: rgb(35,173,155); }
H1.HeaderClassName
{
color: #23AD9B;
}
.AnyTagClassName
{
color: #23AD9B;
}
</style>
background-color css
<style>
a { background-color: #23AD9B; }
a { background-color: rgb(35,173,155); }
div.DivClassName
{
background-color: #23AD9B;
}
.BgClassName
{
background-color: #23AD9B;
}
</style>
border-color css
<style>
span { border-color: #23AD9B; }
span { border-color: rgb(35,173,155); }
td.TdClassName
{
border-color: #23AD9B;
}
.TagClassName
{
border-color: #23AD9B;
}
</style>