Shades of Light Sea Green #34A9A5
Tints of Light Sea Green #34A9A5
RGB
CMYK
RGB Variations
Color information
#34A9A5 (or 0x34A9A5) is known color: Light Sea Green. HEX triplet: 34, A9 and A5. RGB value is (52,169,165). Sum of RGB (Red+Green+Blue) = 52+169+165=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #34A9A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A9A5 is #CB565A. Grayscale: #858585. Windows color (decimal): -13325915 or 10856756. OLE color: 10856756.
HSL color Cylindrical-coordinate representation of color #34A9A5: hue angle of 177.95º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A9A5 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 169 | 165 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.34 |
| HSL | 177.95º | 0.53% | 0.43% | - |
| HSV(B) | 177.95º | 0.69% | 0.66% | - |
| XYZ | 22.4 | 31.82 | 40.56 | - |
| YUV | 133.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 169 | 165 | 0.69 | 0 | 0.02 | 0.34 | 177.95 | 0.53 | 0.43 |
| Hex | 34 | A9 | A5 | 45 | 0 | 2 | 22 | B2 | 35 | 2B |
| Octal | 64 | 251 | 245 | 105 | 0 | 2 | 42 | 262 | 65 | 53 |
| Binary | 110100 | 10101001 | 10100101 | 1000101 | 0 | 10 | 100010 | 10110010 | 110101 | 101011 |
Color Harmonies of #34A9A5
Complementary color
Monochromatic Colors of #34A9A5
Black with #34A9A5
Text Example
Text Example
White with #34A9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A9A5; }
p { color: rgb(52,169,165); }
H1.HeaderClassName
{
color: #34A9A5;
}
.AnyTagClassName
{
color: #34A9A5;
}
</style>
background-color css
<style>
a { background-color: #34A9A5; }
a { background-color: rgb(52,169,165); }
div.DivClassName
{
background-color: #34A9A5;
}
.BgClassName
{
background-color: #34A9A5;
}
</style>
border-color css
<style>
span { border-color: #34A9A5; }
span { border-color: rgb(52,169,165); }
td.TdClassName
{
border-color: #34A9A5;
}
.TagClassName
{
border-color: #34A9A5;
}
</style>