Shades of Light Sea Green #34ABAA
Tints of Light Sea Green #34ABAA
RGB
CMYK
RGB Variations
Color information
#34ABAA (or 0x34ABAA) is known color: Light Sea Green. HEX triplet: 34, AB and AA. RGB value is (52,171,170). Sum of RGB (Red+Green+Blue) = 52+171+170=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #34ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ABAA is #CB5455. Grayscale: #878787. Windows color (decimal): -13325398 or 11184948. OLE color: 11184948.
HSL color Cylindrical-coordinate representation of color #34ABAA: hue angle of 179.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34ABAA is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 170 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.33 |
| HSL | 179.5º | 0.53% | 0.44% | - |
| HSV(B) | 179.5º | 0.7% | 0.67% | - |
| XYZ | 23.23 | 32.76 | 43.13 | - |
| YUV | 135.31 | 147.58 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 170 | 0.70 | 0 | 0.01 | 0.33 | 179.5 | 0.53 | 0.44 |
| Hex | 34 | AB | AA | 46 | 0 | 1 | 21 | B3 | 35 | 2C |
| Octal | 64 | 253 | 252 | 106 | 0 | 1 | 41 | 263 | 65 | 54 |
| Binary | 110100 | 10101011 | 10101010 | 1000110 | 0 | 1 | 100001 | 10110011 | 110101 | 101100 |
Color Harmonies of #34ABAA
Complementary color
Monochromatic Colors of #34ABAA
Black with #34ABAA
Text Example
Text Example
White with #34ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ABAA; }
p { color: rgb(52,171,170); }
H1.HeaderClassName
{
color: #34ABAA;
}
.AnyTagClassName
{
color: #34ABAA;
}
</style>
background-color css
<style>
a { background-color: #34ABAA; }
a { background-color: rgb(52,171,170); }
div.DivClassName
{
background-color: #34ABAA;
}
.BgClassName
{
background-color: #34ABAA;
}
</style>
border-color css
<style>
span { border-color: #34ABAA; }
span { border-color: rgb(52,171,170); }
td.TdClassName
{
border-color: #34ABAA;
}
.TagClassName
{
border-color: #34ABAA;
}
</style>