Shades of Light Sea Green #23ABA4
Tints of Light Sea Green #23ABA4
RGB
CMYK
RGB Variations
Color information
#23ABA4 (or 0x23ABA4) is known color: Light Sea Green. HEX triplet: 23, AB and A4. RGB value is (35,171,164). Sum of RGB (Red+Green+Blue) = 35+171+164=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #23ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23ABA4 is #DC545B. Grayscale: #818181. Windows color (decimal): -14439516 or 10791715. OLE color: 10791715.
HSL color Cylindrical-coordinate representation of color #23ABA4: hue angle of 176.91º 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 #23ABA4 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 164 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.33 |
| HSL | 176.91º | 0.66% | 0.4% | - |
| HSV(B) | 176.91º | 0.8% | 0.67% | - |
| XYZ | 21.96 | 32.16 | 40.17 | - |
| YUV | 129.54 | 147.44 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 164 | 0.80 | 0 | 0.04 | 0.33 | 176.91 | 0.66 | 0.4 |
| Hex | 23 | AB | A4 | 50 | 0 | 4 | 21 | B1 | 42 | 28 |
| Octal | 43 | 253 | 244 | 120 | 0 | 4 | 41 | 261 | 102 | 50 |
| Binary | 100011 | 10101011 | 10100100 | 1010000 | 0 | 100 | 100001 | 10110001 | 1000010 | 101000 |
Color Harmonies of #23ABA4
Complementary color
Monochromatic Colors of #23ABA4
Black with #23ABA4
Text Example
Text Example
White with #23ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ABA4; }
p { color: rgb(35,171,164); }
H1.HeaderClassName
{
color: #23ABA4;
}
.AnyTagClassName
{
color: #23ABA4;
}
</style>
background-color css
<style>
a { background-color: #23ABA4; }
a { background-color: rgb(35,171,164); }
div.DivClassName
{
background-color: #23ABA4;
}
.BgClassName
{
background-color: #23ABA4;
}
</style>
border-color css
<style>
span { border-color: #23ABA4; }
span { border-color: rgb(35,171,164); }
td.TdClassName
{
border-color: #23ABA4;
}
.TagClassName
{
border-color: #23ABA4;
}
</style>