Shades of Light Sea Green #35AAA3
Tints of Light Sea Green #35AAA3
RGB
CMYK
RGB Variations
Color information
#35AAA3 (or 0x35AAA3) is known color: Light Sea Green. HEX triplet: 35, AA and A3. RGB value is (53,170,163). Sum of RGB (Red+Green+Blue) = 53+170+163=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #35AAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AAA3 is #CA555C. Grayscale: #868686. Windows color (decimal): -13260125 or 10725941. OLE color: 10725941.
HSL color Cylindrical-coordinate representation of color #35AAA3: hue angle of 176.41º 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 #35AAA3 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 170 | 163 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.33 |
| HSL | 176.41º | 0.52% | 0.44% | - |
| HSV(B) | 176.41º | 0.69% | 0.67% | - |
| XYZ | 22.45 | 32.15 | 39.67 | - |
| YUV | 134.22 | 144.24 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 170 | 163 | 0.69 | 0 | 0.04 | 0.33 | 176.41 | 0.52 | 0.44 |
| Hex | 35 | AA | A3 | 45 | 0 | 4 | 21 | B0 | 34 | 2C |
| Octal | 65 | 252 | 243 | 105 | 0 | 4 | 41 | 260 | 64 | 54 |
| Binary | 110101 | 10101010 | 10100011 | 1000101 | 0 | 100 | 100001 | 10110000 | 110100 | 101100 |
Color Harmonies of #35AAA3
Complementary color
Monochromatic Colors of #35AAA3
Black with #35AAA3
Text Example
Text Example
White with #35AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AAA3; }
p { color: rgb(53,170,163); }
H1.HeaderClassName
{
color: #35AAA3;
}
.AnyTagClassName
{
color: #35AAA3;
}
</style>
background-color css
<style>
a { background-color: #35AAA3; }
a { background-color: rgb(53,170,163); }
div.DivClassName
{
background-color: #35AAA3;
}
.BgClassName
{
background-color: #35AAA3;
}
</style>
border-color css
<style>
span { border-color: #35AAA3; }
span { border-color: rgb(53,170,163); }
td.TdClassName
{
border-color: #35AAA3;
}
.TagClassName
{
border-color: #35AAA3;
}
</style>