Shades of Light Sea Green #35AAA8
Tints of Light Sea Green #35AAA8
RGB
CMYK
RGB Variations
Color information
#35AAA8 (or 0x35AAA8) is known color: Light Sea Green. HEX triplet: 35, AA and A8. RGB value is (53,170,168). Sum of RGB (Red+Green+Blue) = 53+170+168=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #35AAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AAA8 is #CA5557. Grayscale: #868686. Windows color (decimal): -13260120 or 11053621. OLE color: 11053621.
HSL color Cylindrical-coordinate representation of color #35AAA8: hue angle of 178.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AAA8 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 170 | 168 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.33 |
| HSL | 178.97º | 0.52% | 0.44% | - |
| HSV(B) | 178.97º | 0.69% | 0.67% | - |
| XYZ | 22.91 | 32.33 | 42.08 | - |
| YUV | 134.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 170 | 168 | 0.69 | 0 | 0.01 | 0.33 | 178.97 | 0.52 | 0.44 |
| Hex | 35 | AA | A8 | 45 | 0 | 1 | 21 | B3 | 34 | 2C |
| Octal | 65 | 252 | 250 | 105 | 0 | 1 | 41 | 263 | 64 | 54 |
| Binary | 110101 | 10101010 | 10101000 | 1000101 | 0 | 1 | 100001 | 10110011 | 110100 | 101100 |
Color Harmonies of #35AAA8
Complementary color
Monochromatic Colors of #35AAA8
Black with #35AAA8
Text Example
Text Example
White with #35AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AAA8; }
p { color: rgb(53,170,168); }
H1.HeaderClassName
{
color: #35AAA8;
}
.AnyTagClassName
{
color: #35AAA8;
}
</style>
background-color css
<style>
a { background-color: #35AAA8; }
a { background-color: rgb(53,170,168); }
div.DivClassName
{
background-color: #35AAA8;
}
.BgClassName
{
background-color: #35AAA8;
}
</style>
border-color css
<style>
span { border-color: #35AAA8; }
span { border-color: rgb(53,170,168); }
td.TdClassName
{
border-color: #35AAA8;
}
.TagClassName
{
border-color: #35AAA8;
}
</style>