Shades of Light Sea Green #34ABA0
Tints of Light Sea Green #34ABA0
RGB
CMYK
RGB Variations
Color information
#34ABA0 (or 0x34ABA0) is known color: Light Sea Green. HEX triplet: 34, AB and A0. RGB value is (52,171,160). Sum of RGB (Red+Green+Blue) = 52+171+160=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #34ABA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ABA0 is #CB545F. Grayscale: #868686. Windows color (decimal): -13325408 or 10529588. OLE color: 10529588.
HSL color Cylindrical-coordinate representation of color #34ABA0: hue angle of 174.45º 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 #34ABA0 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 160 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.33 |
| HSL | 174.45º | 0.53% | 0.44% | - |
| HSV(B) | 174.45º | 0.7% | 0.67% | - |
| XYZ | 22.32 | 32.39 | 38.33 | - |
| YUV | 134.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 160 | 0.70 | 0 | 0.06 | 0.33 | 174.45 | 0.53 | 0.44 |
| Hex | 34 | AB | A0 | 46 | 0 | 6 | 21 | AE | 35 | 2C |
| Octal | 64 | 253 | 240 | 106 | 0 | 6 | 41 | 256 | 65 | 54 |
| Binary | 110100 | 10101011 | 10100000 | 1000110 | 0 | 110 | 100001 | 10101110 | 110101 | 101100 |
Color Harmonies of #34ABA0
Complementary color
Monochromatic Colors of #34ABA0
Black with #34ABA0
Text Example
Text Example
White with #34ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ABA0; }
p { color: rgb(52,171,160); }
H1.HeaderClassName
{
color: #34ABA0;
}
.AnyTagClassName
{
color: #34ABA0;
}
</style>
background-color css
<style>
a { background-color: #34ABA0; }
a { background-color: rgb(52,171,160); }
div.DivClassName
{
background-color: #34ABA0;
}
.BgClassName
{
background-color: #34ABA0;
}
</style>
border-color css
<style>
span { border-color: #34ABA0; }
span { border-color: rgb(52,171,160); }
td.TdClassName
{
border-color: #34ABA0;
}
.TagClassName
{
border-color: #34ABA0;
}
</style>