Shades of Light Sea Green #23AEA8
Tints of Light Sea Green #23AEA8
RGB
CMYK
RGB Variations
Color information
#23AEA8 (or 0x23AEA8) is known color: Light Sea Green. HEX triplet: 23, AE and A8. RGB value is (35,174,168). Sum of RGB (Red+Green+Blue) = 35+174+168=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #23AEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AEA8 is #DC5157. Grayscale: #838383. Windows color (decimal): -14438744 or 11054627. OLE color: 11054627.
HSL color Cylindrical-coordinate representation of color #23AEA8: hue angle of 177.41º degrees, saturation: 0.67, 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 #23AEA8 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 174 | 168 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.32 |
| HSL | 177.41º | 0.67% | 0.41% | - |
| HSV(B) | 177.41º | 0.8% | 0.68% | - |
| XYZ | 22.9 | 33.46 | 42.3 | - |
| YUV | 131.76 | 148.45 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 174 | 168 | 0.80 | 0 | 0.03 | 0.32 | 177.41 | 0.67 | 0.41 |
| Hex | 23 | AE | A8 | 50 | 0 | 3 | 20 | B1 | 43 | 29 |
| Octal | 43 | 256 | 250 | 120 | 0 | 3 | 40 | 261 | 103 | 51 |
| Binary | 100011 | 10101110 | 10101000 | 1010000 | 0 | 11 | 100000 | 10110001 | 1000011 | 101001 |
Color Harmonies of #23AEA8
Complementary color
Monochromatic Colors of #23AEA8
Black with #23AEA8
Text Example
Text Example
White with #23AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AEA8; }
p { color: rgb(35,174,168); }
H1.HeaderClassName
{
color: #23AEA8;
}
.AnyTagClassName
{
color: #23AEA8;
}
</style>
background-color css
<style>
a { background-color: #23AEA8; }
a { background-color: rgb(35,174,168); }
div.DivClassName
{
background-color: #23AEA8;
}
.BgClassName
{
background-color: #23AEA8;
}
</style>
border-color css
<style>
span { border-color: #23AEA8; }
span { border-color: rgb(35,174,168); }
td.TdClassName
{
border-color: #23AEA8;
}
.TagClassName
{
border-color: #23AEA8;
}
</style>