Shades of Light Sea Green #34B4A8
Tints of Light Sea Green #34B4A8
RGB
CMYK
RGB Variations
Color information
#34B4A8 (or 0x34B4A8) is known color: Light Sea Green. HEX triplet: 34, B4 and A8. RGB value is (52,180,168). Sum of RGB (Red+Green+Blue) = 52+180+168=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #34B4A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B4A8 is #CB4B57. Grayscale: #8C8C8C. Windows color (decimal): -13323096 or 11056180. OLE color: 11056180.
HSL color Cylindrical-coordinate representation of color #34B4A8: hue angle of 174.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B4A8 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 180 | 168 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.29 |
| HSL | 174.38º | 0.55% | 0.45% | - |
| HSV(B) | 174.38º | 0.71% | 0.71% | - |
| XYZ | 24.81 | 36.2 | 42.73 | - |
| YUV | 140.36 | 143.59 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 180 | 168 | 0.71 | 0 | 0.07 | 0.29 | 174.38 | 0.55 | 0.45 |
| Hex | 34 | B4 | A8 | 47 | 0 | 7 | 1D | AE | 37 | 2D |
| Octal | 64 | 264 | 250 | 107 | 0 | 7 | 35 | 256 | 67 | 55 |
| Binary | 110100 | 10110100 | 10101000 | 1000111 | 0 | 111 | 11101 | 10101110 | 110111 | 101101 |
Color Harmonies of #34B4A8
Complementary color
Monochromatic Colors of #34B4A8
Black with #34B4A8
Text Example
Text Example
White with #34B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B4A8; }
p { color: rgb(52,180,168); }
H1.HeaderClassName
{
color: #34B4A8;
}
.AnyTagClassName
{
color: #34B4A8;
}
</style>
background-color css
<style>
a { background-color: #34B4A8; }
a { background-color: rgb(52,180,168); }
div.DivClassName
{
background-color: #34B4A8;
}
.BgClassName
{
background-color: #34B4A8;
}
</style>
border-color css
<style>
span { border-color: #34B4A8; }
span { border-color: rgb(52,180,168); }
td.TdClassName
{
border-color: #34B4A8;
}
.TagClassName
{
border-color: #34B4A8;
}
</style>