Shades of Light Sea Green #34AFA6
Tints of Light Sea Green #34AFA6
RGB
CMYK
RGB Variations
Color information
#34AFA6 (or 0x34AFA6) is known color: Light Sea Green. HEX triplet: 34, AF and A6. RGB value is (52,175,166). Sum of RGB (Red+Green+Blue) = 52+175+166=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #34AFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AFA6 is #CB5059. Grayscale: #898989. Windows color (decimal): -13324378 or 10923828. OLE color: 10923828.
HSL color Cylindrical-coordinate representation of color #34AFA6: hue angle of 175.61º 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 #34AFA6 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 166 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.31 |
| HSL | 175.61º | 0.54% | 0.45% | - |
| HSV(B) | 175.61º | 0.7% | 0.69% | - |
| XYZ | 23.63 | 34.14 | 41.42 | - |
| YUV | 137.2 | 144.25 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 166 | 0.70 | 0 | 0.05 | 0.31 | 175.61 | 0.54 | 0.45 |
| Hex | 34 | AF | A6 | 46 | 0 | 5 | 1F | B0 | 36 | 2D |
| Octal | 64 | 257 | 246 | 106 | 0 | 5 | 37 | 260 | 66 | 55 |
| Binary | 110100 | 10101111 | 10100110 | 1000110 | 0 | 101 | 11111 | 10110000 | 110110 | 101101 |
Color Harmonies of #34AFA6
Complementary color
Monochromatic Colors of #34AFA6
Black with #34AFA6
Text Example
Text Example
White with #34AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFA6; }
p { color: rgb(52,175,166); }
H1.HeaderClassName
{
color: #34AFA6;
}
.AnyTagClassName
{
color: #34AFA6;
}
</style>
background-color css
<style>
a { background-color: #34AFA6; }
a { background-color: rgb(52,175,166); }
div.DivClassName
{
background-color: #34AFA6;
}
.BgClassName
{
background-color: #34AFA6;
}
</style>
border-color css
<style>
span { border-color: #34AFA6; }
span { border-color: rgb(52,175,166); }
td.TdClassName
{
border-color: #34AFA6;
}
.TagClassName
{
border-color: #34AFA6;
}
</style>