Shades of Light Sea Green #23AFAB
Tints of Light Sea Green #23AFAB
RGB
CMYK
RGB Variations
Color information
#23AFAB (or 0x23AFAB) is known color: Light Sea Green. HEX triplet: 23, AF and AB. RGB value is (35,175,171). Sum of RGB (Red+Green+Blue) = 35+175+171=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #23AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AFAB is #DC5054. Grayscale: #848484. Windows color (decimal): -14438485 or 11251491. OLE color: 11251491.
HSL color Cylindrical-coordinate representation of color #23AFAB: hue angle of 178.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AFAB is Cyan = 0.8, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 171 | - |
| CMYK | 0.8 | 0 | 0.02 | 0.31 |
| HSL | 178.29º | 0.67% | 0.41% | - |
| HSV(B) | 178.29º | 0.8% | 0.69% | - |
| XYZ | 23.37 | 33.96 | 43.85 | - |
| YUV | 132.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 171 | 0.8 | 0 | 0.02 | 0.31 | 178.29 | 0.67 | 0.41 |
| Hex | 23 | AF | AB | 50 | 0 | 2 | 1F | B2 | 43 | 29 |
| Octal | 43 | 257 | 253 | 120 | 0 | 2 | 37 | 262 | 103 | 51 |
| Binary | 100011 | 10101111 | 10101011 | 1010000 | 0 | 10 | 11111 | 10110010 | 1000011 | 101001 |
Color Harmonies of #23AFAB
Complementary color
Monochromatic Colors of #23AFAB
Black with #23AFAB
Text Example
Text Example
White with #23AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AFAB; }
p { color: rgb(35,175,171); }
H1.HeaderClassName
{
color: #23AFAB;
}
.AnyTagClassName
{
color: #23AFAB;
}
</style>
background-color css
<style>
a { background-color: #23AFAB; }
a { background-color: rgb(35,175,171); }
div.DivClassName
{
background-color: #23AFAB;
}
.BgClassName
{
background-color: #23AFAB;
}
</style>
border-color css
<style>
span { border-color: #23AFAB; }
span { border-color: rgb(35,175,171); }
td.TdClassName
{
border-color: #23AFAB;
}
.TagClassName
{
border-color: #23AFAB;
}
</style>