Shades of Light Sea Green #23AB9B
Tints of Light Sea Green #23AB9B
RGB
CMYK
RGB Variations
Color information
#23AB9B (or 0x23AB9B) is known color: Light Sea Green. HEX triplet: 23, AB and 9B. RGB value is (35,171,155). Sum of RGB (Red+Green+Blue) = 35+171+155=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #23AB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AB9B is #DC5464. Grayscale: #808080. Windows color (decimal): -14439525 or 10201891. OLE color: 10201891.
HSL color Cylindrical-coordinate representation of color #23AB9B: hue angle of 172.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AB9B is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 155 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.33 |
| HSL | 172.94º | 0.66% | 0.4% | - |
| HSV(B) | 172.94º | 0.8% | 0.67% | - |
| XYZ | 21.17 | 31.85 | 36.04 | - |
| YUV | 128.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 155 | 0.80 | 0 | 0.09 | 0.33 | 172.94 | 0.66 | 0.4 |
| Hex | 23 | AB | 9B | 50 | 0 | 9 | 21 | AD | 42 | 28 |
| Octal | 43 | 253 | 233 | 120 | 0 | 11 | 41 | 255 | 102 | 50 |
| Binary | 100011 | 10101011 | 10011011 | 1010000 | 0 | 1001 | 100001 | 10101101 | 1000010 | 101000 |
Color Harmonies of #23AB9B
Complementary color
Monochromatic Colors of #23AB9B
Black with #23AB9B
Text Example
Text Example
White with #23AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AB9B; }
p { color: rgb(35,171,155); }
H1.HeaderClassName
{
color: #23AB9B;
}
.AnyTagClassName
{
color: #23AB9B;
}
</style>
background-color css
<style>
a { background-color: #23AB9B; }
a { background-color: rgb(35,171,155); }
div.DivClassName
{
background-color: #23AB9B;
}
.BgClassName
{
background-color: #23AB9B;
}
</style>
border-color css
<style>
span { border-color: #23AB9B; }
span { border-color: rgb(35,171,155); }
td.TdClassName
{
border-color: #23AB9B;
}
.TagClassName
{
border-color: #23AB9B;
}
</style>