Shades of Light Sea Green #34AFA0
Tints of Light Sea Green #34AFA0
RGB
CMYK
RGB Variations
Color information
#34AFA0 (or 0x34AFA0) is known color: Light Sea Green. HEX triplet: 34, AF and A0. RGB value is (52,175,160). Sum of RGB (Red+Green+Blue) = 52+175+160=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #34AFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AFA0 is #CB505F. Grayscale: #888888. Windows color (decimal): -13324384 or 10530612. OLE color: 10530612.
HSL color Cylindrical-coordinate representation of color #34AFA0: hue angle of 172.68º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AFA0 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 160 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.31 |
| HSL | 172.68º | 0.54% | 0.45% | - |
| HSV(B) | 172.68º | 0.7% | 0.69% | - |
| XYZ | 23.09 | 33.93 | 38.59 | - |
| YUV | 136.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 160 | 0.70 | 0 | 0.09 | 0.31 | 172.68 | 0.54 | 0.45 |
| Hex | 34 | AF | A0 | 46 | 0 | 9 | 1F | AD | 36 | 2D |
| Octal | 64 | 257 | 240 | 106 | 0 | 11 | 37 | 255 | 66 | 55 |
| Binary | 110100 | 10101111 | 10100000 | 1000110 | 0 | 1001 | 11111 | 10101101 | 110110 | 101101 |
Color Harmonies of #34AFA0
Complementary color
Monochromatic Colors of #34AFA0
Black with #34AFA0
Text Example
Text Example
White with #34AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFA0; }
p { color: rgb(52,175,160); }
H1.HeaderClassName
{
color: #34AFA0;
}
.AnyTagClassName
{
color: #34AFA0;
}
</style>
background-color css
<style>
a { background-color: #34AFA0; }
a { background-color: rgb(52,175,160); }
div.DivClassName
{
background-color: #34AFA0;
}
.BgClassName
{
background-color: #34AFA0;
}
</style>
border-color css
<style>
span { border-color: #34AFA0; }
span { border-color: rgb(52,175,160); }
td.TdClassName
{
border-color: #34AFA0;
}
.TagClassName
{
border-color: #34AFA0;
}
</style>