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