Shades of Light Sea Green #34ADA4
Tints of Light Sea Green #34ADA4
RGB
CMYK
RGB Variations
Color information
#34ADA4 (or 0x34ADA4) is known color: Light Sea Green. HEX triplet: 34, AD and A4. RGB value is (52,173,164). Sum of RGB (Red+Green+Blue) = 52+173+164=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #34ADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ADA4 is #CB525B. Grayscale: #878787. Windows color (decimal): -13324892 or 10792244. OLE color: 10792244.
HSL color Cylindrical-coordinate representation of color #34ADA4: hue angle of 175.54º 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 #34ADA4 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 164 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.32 |
| HSL | 175.54º | 0.54% | 0.44% | - |
| HSV(B) | 175.54º | 0.7% | 0.68% | - |
| XYZ | 23.06 | 33.3 | 40.33 | - |
| YUV | 135.8 | 143.91 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 164 | 0.70 | 0 | 0.05 | 0.32 | 175.54 | 0.54 | 0.44 |
| Hex | 34 | AD | A4 | 46 | 0 | 5 | 20 | B0 | 36 | 2C |
| Octal | 64 | 255 | 244 | 106 | 0 | 5 | 40 | 260 | 66 | 54 |
| Binary | 110100 | 10101101 | 10100100 | 1000110 | 0 | 101 | 100000 | 10110000 | 110110 | 101100 |
Color Harmonies of #34ADA4
Complementary color
Monochromatic Colors of #34ADA4
Black with #34ADA4
Text Example
Text Example
White with #34ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ADA4; }
p { color: rgb(52,173,164); }
H1.HeaderClassName
{
color: #34ADA4;
}
.AnyTagClassName
{
color: #34ADA4;
}
</style>
background-color css
<style>
a { background-color: #34ADA4; }
a { background-color: rgb(52,173,164); }
div.DivClassName
{
background-color: #34ADA4;
}
.BgClassName
{
background-color: #34ADA4;
}
</style>
border-color css
<style>
span { border-color: #34ADA4; }
span { border-color: rgb(52,173,164); }
td.TdClassName
{
border-color: #34ADA4;
}
.TagClassName
{
border-color: #34ADA4;
}
</style>