Shades of Light Sea Green #34A7AA
Tints of Light Sea Green #34A7AA
RGB
CMYK
RGB Variations
Color information
#34A7AA (or 0x34A7AA) is known color: Light Sea Green. HEX triplet: 34, A7 and AA. RGB value is (52,167,170). Sum of RGB (Red+Green+Blue) = 52+167+170=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #34A7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A7AA is #CB5855. Grayscale: #848484. Windows color (decimal): -13326422 or 11183924. OLE color: 11183924.
HSL color Cylindrical-coordinate representation of color #34A7AA: hue angle of 181.53º 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 #34A7AA is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 167 | 170 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.33 |
| HSL | 181.53º | 0.53% | 0.44% | - |
| HSV(B) | 181.53º | 0.69% | 0.67% | - |
| XYZ | 22.49 | 31.27 | 42.88 | - |
| YUV | 132.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 167 | 170 | 0.69 | 0.02 | 0 | 0.33 | 181.53 | 0.53 | 0.44 |
| Hex | 34 | A7 | AA | 45 | 2 | 0 | 21 | B6 | 35 | 2C |
| Octal | 64 | 247 | 252 | 105 | 2 | 0 | 41 | 266 | 65 | 54 |
| Binary | 110100 | 10100111 | 10101010 | 1000101 | 10 | 0 | 100001 | 10110110 | 110101 | 101100 |
Color Harmonies of #34A7AA
Complementary color
Monochromatic Colors of #34A7AA
Black with #34A7AA
Text Example
Text Example
White with #34A7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A7AA; }
p { color: rgb(52,167,170); }
H1.HeaderClassName
{
color: #34A7AA;
}
.AnyTagClassName
{
color: #34A7AA;
}
</style>
background-color css
<style>
a { background-color: #34A7AA; }
a { background-color: rgb(52,167,170); }
div.DivClassName
{
background-color: #34A7AA;
}
.BgClassName
{
background-color: #34A7AA;
}
</style>
border-color css
<style>
span { border-color: #34A7AA; }
span { border-color: rgb(52,167,170); }
td.TdClassName
{
border-color: #34A7AA;
}
.TagClassName
{
border-color: #34A7AA;
}
</style>