Shades of Light Sea Green #34ADA8
Tints of Light Sea Green #34ADA8
RGB
CMYK
RGB Variations
Color information
#34ADA8 (or 0x34ADA8) is known color: Light Sea Green. HEX triplet: 34, AD and A8. RGB value is (52,173,168). Sum of RGB (Red+Green+Blue) = 52+173+168=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #34ADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ADA8 is #CB5257. Grayscale: #888888. Windows color (decimal): -13324888 or 11054388. OLE color: 11054388.
HSL color Cylindrical-coordinate representation of color #34ADA8: hue angle of 177.52º 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 #34ADA8 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 168 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.32 |
| HSL | 177.52º | 0.54% | 0.44% | - |
| HSV(B) | 177.52º | 0.7% | 0.68% | - |
| XYZ | 23.43 | 33.44 | 42.27 | - |
| YUV | 136.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 168 | 0.70 | 0 | 0.03 | 0.32 | 177.52 | 0.54 | 0.44 |
| Hex | 34 | AD | A8 | 46 | 0 | 3 | 20 | B2 | 36 | 2C |
| Octal | 64 | 255 | 250 | 106 | 0 | 3 | 40 | 262 | 66 | 54 |
| Binary | 110100 | 10101101 | 10101000 | 1000110 | 0 | 11 | 100000 | 10110010 | 110110 | 101100 |
Color Harmonies of #34ADA8
Complementary color
Monochromatic Colors of #34ADA8
Black with #34ADA8
Text Example
Text Example
White with #34ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADA8; }
p { color: rgb(52,173,168); }
H1.HeaderClassName
{
color: #34ADA8;
}
.AnyTagClassName
{
color: #34ADA8;
}
</style>
background-color css
<style>
a { background-color: #34ADA8; }
a { background-color: rgb(52,173,168); }
div.DivClassName
{
background-color: #34ADA8;
}
.BgClassName
{
background-color: #34ADA8;
}
</style>
border-color css
<style>
span { border-color: #34ADA8; }
span { border-color: rgb(52,173,168); }
td.TdClassName
{
border-color: #34ADA8;
}
.TagClassName
{
border-color: #34ADA8;
}
</style>