Shades of Light Sea Green #34A9AD
Tints of Light Sea Green #34A9AD
RGB
CMYK
RGB Variations
Color information
#34A9AD (or 0x34A9AD) is known color: Light Sea Green. HEX triplet: 34, A9 and AD. RGB value is (52,169,173). Sum of RGB (Red+Green+Blue) = 52+169+173=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #34A9AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A9AD is #CB5652. Grayscale: #868686. Windows color (decimal): -13325907 or 11381044. OLE color: 11381044.
HSL color Cylindrical-coordinate representation of color #34A9AD: hue angle of 181.98º 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 #34A9AD is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 169 | 173 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.32 |
| HSL | 181.98º | 0.54% | 0.44% | - |
| HSV(B) | 181.98º | 0.7% | 0.68% | - |
| XYZ | 23.15 | 32.12 | 44.52 | - |
| YUV | 134.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 169 | 173 | 0.70 | 0.02 | 0 | 0.32 | 181.98 | 0.54 | 0.44 |
| Hex | 34 | A9 | AD | 46 | 2 | 0 | 20 | B6 | 36 | 2C |
| Octal | 64 | 251 | 255 | 106 | 2 | 0 | 40 | 266 | 66 | 54 |
| Binary | 110100 | 10101001 | 10101101 | 1000110 | 10 | 0 | 100000 | 10110110 | 110110 | 101100 |
Color Harmonies of #34A9AD
Complementary color
Monochromatic Colors of #34A9AD
Black with #34A9AD
Text Example
Text Example
White with #34A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A9AD; }
p { color: rgb(52,169,173); }
H1.HeaderClassName
{
color: #34A9AD;
}
.AnyTagClassName
{
color: #34A9AD;
}
</style>
background-color css
<style>
a { background-color: #34A9AD; }
a { background-color: rgb(52,169,173); }
div.DivClassName
{
background-color: #34A9AD;
}
.BgClassName
{
background-color: #34A9AD;
}
</style>
border-color css
<style>
span { border-color: #34A9AD; }
span { border-color: rgb(52,169,173); }
td.TdClassName
{
border-color: #34A9AD;
}
.TagClassName
{
border-color: #34A9AD;
}
</style>