Shades of Light Sea Green #34AFA9
Tints of Light Sea Green #34AFA9
RGB
CMYK
RGB Variations
Color information
#34AFA9 (or 0x34AFA9) is known color: Light Sea Green. HEX triplet: 34, AF and A9. RGB value is (52,175,169). Sum of RGB (Red+Green+Blue) = 52+175+169=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #34AFA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AFA9 is #CB5056. Grayscale: #898989. Windows color (decimal): -13324375 or 11120436. OLE color: 11120436.
HSL color Cylindrical-coordinate representation of color #34AFA9: hue angle of 177.07º 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 #34AFA9 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 169 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.31 |
| HSL | 177.07º | 0.54% | 0.45% | - |
| HSV(B) | 177.07º | 0.7% | 0.69% | - |
| XYZ | 23.91 | 34.25 | 42.89 | - |
| YUV | 137.54 | 145.75 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 169 | 0.70 | 0 | 0.03 | 0.31 | 177.07 | 0.54 | 0.45 |
| Hex | 34 | AF | A9 | 46 | 0 | 3 | 1F | B1 | 36 | 2D |
| Octal | 64 | 257 | 251 | 106 | 0 | 3 | 37 | 261 | 66 | 55 |
| Binary | 110100 | 10101111 | 10101001 | 1000110 | 0 | 11 | 11111 | 10110001 | 110110 | 101101 |
Color Harmonies of #34AFA9
Complementary color
Monochromatic Colors of #34AFA9
Black with #34AFA9
Text Example
Text Example
White with #34AFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AFA9; }
p { color: rgb(52,175,169); }
H1.HeaderClassName
{
color: #34AFA9;
}
.AnyTagClassName
{
color: #34AFA9;
}
</style>
background-color css
<style>
a { background-color: #34AFA9; }
a { background-color: rgb(52,175,169); }
div.DivClassName
{
background-color: #34AFA9;
}
.BgClassName
{
background-color: #34AFA9;
}
</style>
border-color css
<style>
span { border-color: #34AFA9; }
span { border-color: rgb(52,175,169); }
td.TdClassName
{
border-color: #34AFA9;
}
.TagClassName
{
border-color: #34AFA9;
}
</style>