Shades of Light Sea Green #34ADA2
Tints of Light Sea Green #34ADA2
RGB
CMYK
RGB Variations
Color information
#34ADA2 (or 0x34ADA2) is known color: Light Sea Green. HEX triplet: 34, AD and A2. RGB value is (52,173,162). Sum of RGB (Red+Green+Blue) = 52+173+162=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #34ADA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ADA2 is #CB525D. Grayscale: #878787. Windows color (decimal): -13324894 or 10661172. OLE color: 10661172.
HSL color Cylindrical-coordinate representation of color #34ADA2: hue angle of 174.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34ADA2 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 162 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.32 |
| HSL | 174.55º | 0.54% | 0.44% | - |
| HSV(B) | 174.55º | 0.7% | 0.68% | - |
| XYZ | 22.88 | 33.23 | 39.39 | - |
| YUV | 135.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 162 | 0.70 | 0 | 0.06 | 0.32 | 174.55 | 0.54 | 0.44 |
| Hex | 34 | AD | A2 | 46 | 0 | 6 | 20 | AF | 36 | 2C |
| Octal | 64 | 255 | 242 | 106 | 0 | 6 | 40 | 257 | 66 | 54 |
| Binary | 110100 | 10101101 | 10100010 | 1000110 | 0 | 110 | 100000 | 10101111 | 110110 | 101100 |
Color Harmonies of #34ADA2
Complementary color
Monochromatic Colors of #34ADA2
Black with #34ADA2
Text Example
Text Example
White with #34ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADA2; }
p { color: rgb(52,173,162); }
H1.HeaderClassName
{
color: #34ADA2;
}
.AnyTagClassName
{
color: #34ADA2;
}
</style>
background-color css
<style>
a { background-color: #34ADA2; }
a { background-color: rgb(52,173,162); }
div.DivClassName
{
background-color: #34ADA2;
}
.BgClassName
{
background-color: #34ADA2;
}
</style>
border-color css
<style>
span { border-color: #34ADA2; }
span { border-color: rgb(52,173,162); }
td.TdClassName
{
border-color: #34ADA2;
}
.TagClassName
{
border-color: #34ADA2;
}
</style>