Shades of Light Sea Green #34AAA5
Tints of Light Sea Green #34AAA5
RGB
CMYK
RGB Variations
Color information
#34AAA5 (or 0x34AAA5) is known color: Light Sea Green. HEX triplet: 34, AA and A5. RGB value is (52,170,165). Sum of RGB (Red+Green+Blue) = 52+170+165=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #34AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AAA5 is #CB555A. Grayscale: #868686. Windows color (decimal): -13325659 or 10857012. OLE color: 10857012.
HSL color Cylindrical-coordinate representation of color #34AAA5: hue angle of 177.46º 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 #34AAA5 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 170 | 165 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.33 |
| HSL | 177.46º | 0.53% | 0.44% | - |
| HSV(B) | 177.46º | 0.69% | 0.67% | - |
| XYZ | 22.58 | 32.2 | 40.62 | - |
| YUV | 134.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 165 | 0.69 | 0 | 0.03 | 0.33 | 177.46 | 0.53 | 0.44 |
| Hex | 34 | AA | A5 | 45 | 0 | 3 | 21 | B1 | 35 | 2C |
| Octal | 64 | 252 | 245 | 105 | 0 | 3 | 41 | 261 | 65 | 54 |
| Binary | 110100 | 10101010 | 10100101 | 1000101 | 0 | 11 | 100001 | 10110001 | 110101 | 101100 |
Color Harmonies of #34AAA5
Complementary color
Monochromatic Colors of #34AAA5
Black with #34AAA5
Text Example
Text Example
White with #34AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AAA5; }
p { color: rgb(52,170,165); }
H1.HeaderClassName
{
color: #34AAA5;
}
.AnyTagClassName
{
color: #34AAA5;
}
</style>
background-color css
<style>
a { background-color: #34AAA5; }
a { background-color: rgb(52,170,165); }
div.DivClassName
{
background-color: #34AAA5;
}
.BgClassName
{
background-color: #34AAA5;
}
</style>
border-color css
<style>
span { border-color: #34AAA5; }
span { border-color: rgb(52,170,165); }
td.TdClassName
{
border-color: #34AAA5;
}
.TagClassName
{
border-color: #34AAA5;
}
</style>