Shades of Light Sea Green #34B7A8
Tints of Light Sea Green #34B7A8
RGB
CMYK
RGB Variations
Color information
#34B7A8 (or 0x34B7A8) is known color: Light Sea Green. HEX triplet: 34, B7 and A8. RGB value is (52,183,168). Sum of RGB (Red+Green+Blue) = 52+183+168=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #34B7A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B7A8 is #CB4857. Grayscale: #8E8E8E. Windows color (decimal): -13322328 or 11056948. OLE color: 11056948.
HSL color Cylindrical-coordinate representation of color #34B7A8: hue angle of 173.13º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B7A8 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 183 | 168 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.28 |
| HSL | 173.13º | 0.56% | 0.46% | - |
| HSV(B) | 173.13º | 0.72% | 0.72% | - |
| XYZ | 25.42 | 37.42 | 42.93 | - |
| YUV | 142.12 | 142.6 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 183 | 168 | 0.72 | 0 | 0.08 | 0.28 | 173.13 | 0.56 | 0.46 |
| Hex | 34 | B7 | A8 | 48 | 0 | 8 | 1C | AD | 38 | 2E |
| Octal | 64 | 267 | 250 | 110 | 0 | 10 | 34 | 255 | 70 | 56 |
| Binary | 110100 | 10110111 | 10101000 | 1001000 | 0 | 1000 | 11100 | 10101101 | 111000 | 101110 |
Color Harmonies of #34B7A8
Complementary color
Monochromatic Colors of #34B7A8
Black with #34B7A8
Text Example
Text Example
White with #34B7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B7A8; }
p { color: rgb(52,183,168); }
H1.HeaderClassName
{
color: #34B7A8;
}
.AnyTagClassName
{
color: #34B7A8;
}
</style>
background-color css
<style>
a { background-color: #34B7A8; }
a { background-color: rgb(52,183,168); }
div.DivClassName
{
background-color: #34B7A8;
}
.BgClassName
{
background-color: #34B7A8;
}
</style>
border-color css
<style>
span { border-color: #34B7A8; }
span { border-color: rgb(52,183,168); }
td.TdClassName
{
border-color: #34B7A8;
}
.TagClassName
{
border-color: #34B7A8;
}
</style>