Shades of Light Sea Green #34AFA8
Tints of Light Sea Green #34AFA8
RGB
CMYK
RGB Variations
Color information
#34AFA8 (or 0x34AFA8) is known color: Light Sea Green. HEX triplet: 34, AF and A8. RGB value is (52,175,168). Sum of RGB (Red+Green+Blue) = 52+175+168=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #34AFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AFA8 is #CB5057. Grayscale: #898989. Windows color (decimal): -13324376 or 11054900. OLE color: 11054900.
HSL color Cylindrical-coordinate representation of color #34AFA8: hue angle of 176.59º 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 #34AFA8 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 168 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.31 |
| HSL | 176.59º | 0.54% | 0.45% | - |
| HSV(B) | 176.59º | 0.7% | 0.69% | - |
| XYZ | 23.81 | 34.22 | 42.4 | - |
| YUV | 137.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 168 | 0.70 | 0 | 0.04 | 0.31 | 176.59 | 0.54 | 0.45 |
| Hex | 34 | AF | A8 | 46 | 0 | 4 | 1F | B1 | 36 | 2D |
| Octal | 64 | 257 | 250 | 106 | 0 | 4 | 37 | 261 | 66 | 55 |
| Binary | 110100 | 10101111 | 10101000 | 1000110 | 0 | 100 | 11111 | 10110001 | 110110 | 101101 |
Color Harmonies of #34AFA8
Complementary color
Monochromatic Colors of #34AFA8
Black with #34AFA8
Text Example
Text Example
White with #34AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFA8; }
p { color: rgb(52,175,168); }
H1.HeaderClassName
{
color: #34AFA8;
}
.AnyTagClassName
{
color: #34AFA8;
}
</style>
background-color css
<style>
a { background-color: #34AFA8; }
a { background-color: rgb(52,175,168); }
div.DivClassName
{
background-color: #34AFA8;
}
.BgClassName
{
background-color: #34AFA8;
}
</style>
border-color css
<style>
span { border-color: #34AFA8; }
span { border-color: rgb(52,175,168); }
td.TdClassName
{
border-color: #34AFA8;
}
.TagClassName
{
border-color: #34AFA8;
}
</style>