Shades of Light Sea Green #23ABAB
Tints of Light Sea Green #23ABAB
RGB
CMYK
RGB Variations
Color information
#23ABAB (or 0x23ABAB) is known color: Light Sea Green. HEX triplet: 23, AB and AB. RGB value is (35,171,171). Sum of RGB (Red+Green+Blue) = 35+171+171=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #23ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23ABAB is #DC5454. Grayscale: #828282. Windows color (decimal): -14439509 or 11250467. OLE color: 11250467.
HSL color Cylindrical-coordinate representation of color #23ABAB: hue angle of 180º 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 #23ABAB is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 171 | 171 | - |
| CMYK | 0.80 | 0 | 0 | 0.33 |
| HSL | 180º | 0.66% | 0.4% | - |
| HSV(B) | 180º | 0.8% | 0.67% | - |
| XYZ | 22.61 | 32.42 | 43.59 | - |
| YUV | 130.34 | 150.94 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 171 | 0.80 | 0 | 0 | 0.33 | 180 | 0.66 | 0.4 |
| Hex | 23 | AB | AB | 50 | 0 | 0 | 21 | B4 | 42 | 28 |
| Octal | 43 | 253 | 253 | 120 | 0 | 0 | 41 | 264 | 102 | 50 |
| Binary | 100011 | 10101011 | 10101011 | 1010000 | 0 | 0 | 100001 | 10110100 | 1000010 | 101000 |
Color Harmonies of #23ABAB
Complementary color
Monochromatic Colors of #23ABAB
Black with #23ABAB
Text Example
Text Example
White with #23ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ABAB; }
p { color: rgb(35,171,171); }
H1.HeaderClassName
{
color: #23ABAB;
}
.AnyTagClassName
{
color: #23ABAB;
}
</style>
background-color css
<style>
a { background-color: #23ABAB; }
a { background-color: rgb(35,171,171); }
div.DivClassName
{
background-color: #23ABAB;
}
.BgClassName
{
background-color: #23ABAB;
}
</style>
border-color css
<style>
span { border-color: #23ABAB; }
span { border-color: rgb(35,171,171); }
td.TdClassName
{
border-color: #23ABAB;
}
.TagClassName
{
border-color: #23ABAB;
}
</style>