Shades of Light Sea Green #23ADAB
Tints of Light Sea Green #23ADAB
RGB
CMYK
RGB Variations
Color information
#23ADAB (or 0x23ADAB) is known color: Light Sea Green. HEX triplet: 23, AD and AB. RGB value is (35,173,171). Sum of RGB (Red+Green+Blue) = 35+173+171=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #23ADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23ADAB is #DC5254. Grayscale: #838383. Windows color (decimal): -14438997 or 11250979. OLE color: 11250979.
HSL color Cylindrical-coordinate representation of color #23ADAB: hue angle of 179.13º 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 #23ADAB is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 171 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.32 |
| HSL | 179.13º | 0.66% | 0.41% | - |
| HSV(B) | 179.13º | 0.8% | 0.68% | - |
| XYZ | 22.99 | 33.18 | 43.72 | - |
| YUV | 131.51 | 150.28 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 171 | 0.80 | 0 | 0.01 | 0.32 | 179.13 | 0.66 | 0.41 |
| Hex | 23 | AD | AB | 50 | 0 | 1 | 20 | B3 | 42 | 29 |
| Octal | 43 | 255 | 253 | 120 | 0 | 1 | 40 | 263 | 102 | 51 |
| Binary | 100011 | 10101101 | 10101011 | 1010000 | 0 | 1 | 100000 | 10110011 | 1000010 | 101001 |
Color Harmonies of #23ADAB
Complementary color
Monochromatic Colors of #23ADAB
Black with #23ADAB
Text Example
Text Example
White with #23ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADAB; }
p { color: rgb(35,173,171); }
H1.HeaderClassName
{
color: #23ADAB;
}
.AnyTagClassName
{
color: #23ADAB;
}
</style>
background-color css
<style>
a { background-color: #23ADAB; }
a { background-color: rgb(35,173,171); }
div.DivClassName
{
background-color: #23ADAB;
}
.BgClassName
{
background-color: #23ADAB;
}
</style>
border-color css
<style>
span { border-color: #23ADAB; }
span { border-color: rgb(35,173,171); }
td.TdClassName
{
border-color: #23ADAB;
}
.TagClassName
{
border-color: #23ADAB;
}
</style>