Shades of Light Sea Green #34AAAC
Tints of Light Sea Green #34AAAC
RGB
CMYK
RGB Variations
Color information
#34AAAC (or 0x34AAAC) is known color: Light Sea Green. HEX triplet: 34, AA and AC. RGB value is (52,170,172). Sum of RGB (Red+Green+Blue) = 52+170+172=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #34AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AAAC is #CB5553. Grayscale: #868686. Windows color (decimal): -13325652 or 11315764. OLE color: 11315764.
HSL color Cylindrical-coordinate representation of color #34AAAC: hue angle of 181º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AAAC is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 170 | 172 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.33 |
| HSL | 181º | 0.54% | 0.44% | - |
| HSV(B) | 181º | 0.7% | 0.67% | - |
| XYZ | 23.24 | 32.46 | 44.07 | - |
| YUV | 134.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 172 | 0.70 | 0.01 | 0 | 0.33 | 181 | 0.54 | 0.44 |
| Hex | 34 | AA | AC | 46 | 1 | 0 | 21 | B5 | 36 | 2C |
| Octal | 64 | 252 | 254 | 106 | 1 | 0 | 41 | 265 | 66 | 54 |
| Binary | 110100 | 10101010 | 10101100 | 1000110 | 1 | 0 | 100001 | 10110101 | 110110 | 101100 |
Color Harmonies of #34AAAC
Complementary color
Monochromatic Colors of #34AAAC
Black with #34AAAC
Text Example
Text Example
White with #34AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AAAC; }
p { color: rgb(52,170,172); }
H1.HeaderClassName
{
color: #34AAAC;
}
.AnyTagClassName
{
color: #34AAAC;
}
</style>
background-color css
<style>
a { background-color: #34AAAC; }
a { background-color: rgb(52,170,172); }
div.DivClassName
{
background-color: #34AAAC;
}
.BgClassName
{
background-color: #34AAAC;
}
</style>
border-color css
<style>
span { border-color: #34AAAC; }
span { border-color: rgb(52,170,172); }
td.TdClassName
{
border-color: #34AAAC;
}
.TagClassName
{
border-color: #34AAAC;
}
</style>