Shades of Light Sea Green #34AAA6
Tints of Light Sea Green #34AAA6
RGB
CMYK
RGB Variations
Color information
#34AAA6 (or 0x34AAA6) is known color: Light Sea Green. HEX triplet: 34, AA and A6. RGB value is (52,170,166). Sum of RGB (Red+Green+Blue) = 52+170+166=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #34AAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AAA6 is #CB5559. Grayscale: #868686. Windows color (decimal): -13325658 or 10922548. OLE color: 10922548.
HSL color Cylindrical-coordinate representation of color #34AAA6: hue angle of 177.97º 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 #34AAA6 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 170 | 166 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.33 |
| HSL | 177.97º | 0.53% | 0.44% | - |
| HSV(B) | 177.97º | 0.69% | 0.67% | - |
| XYZ | 22.67 | 32.23 | 41.1 | - |
| YUV | 134.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 166 | 0.69 | 0 | 0.02 | 0.33 | 177.97 | 0.53 | 0.44 |
| Hex | 34 | AA | A6 | 45 | 0 | 2 | 21 | B2 | 35 | 2C |
| Octal | 64 | 252 | 246 | 105 | 0 | 2 | 41 | 262 | 65 | 54 |
| Binary | 110100 | 10101010 | 10100110 | 1000101 | 0 | 10 | 100001 | 10110010 | 110101 | 101100 |
Color Harmonies of #34AAA6
Complementary color
Monochromatic Colors of #34AAA6
Black with #34AAA6
Text Example
Text Example
White with #34AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AAA6; }
p { color: rgb(52,170,166); }
H1.HeaderClassName
{
color: #34AAA6;
}
.AnyTagClassName
{
color: #34AAA6;
}
</style>
background-color css
<style>
a { background-color: #34AAA6; }
a { background-color: rgb(52,170,166); }
div.DivClassName
{
background-color: #34AAA6;
}
.BgClassName
{
background-color: #34AAA6;
}
</style>
border-color css
<style>
span { border-color: #34AAA6; }
span { border-color: rgb(52,170,166); }
td.TdClassName
{
border-color: #34AAA6;
}
.TagClassName
{
border-color: #34AAA6;
}
</style>