Shades of Light Sea Green #34BEA8
Tints of Light Sea Green #34BEA8
RGB
CMYK
RGB Variations
Color information
#34BEA8 (or 0x34BEA8) is known color: Light Sea Green. HEX triplet: 34, BE and A8. RGB value is (52,190,168). Sum of RGB (Red+Green+Blue) = 52+190+168=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BEA8 is #CB4157. Grayscale: #929292. Windows color (decimal): -13320536 or 11058740. OLE color: 11058740.
HSL color Cylindrical-coordinate representation of color #34BEA8: hue angle of 170.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BEA8 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 168 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.25 |
| HSL | 170.43º | 0.57% | 0.47% | - |
| HSV(B) | 170.43º | 0.73% | 0.75% | - |
| XYZ | 26.9 | 40.38 | 43.42 | - |
| YUV | 146.23 | 140.28 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 168 | 0.73 | 0 | 0.12 | 0.25 | 170.43 | 0.57 | 0.47 |
| Hex | 34 | BE | A8 | 49 | 0 | C | 19 | AA | 39 | 2F |
| Octal | 64 | 276 | 250 | 111 | 0 | 14 | 31 | 252 | 71 | 57 |
| Binary | 110100 | 10111110 | 10101000 | 1001001 | 0 | 1100 | 11001 | 10101010 | 111001 | 101111 |
Color Harmonies of #34BEA8
Complementary color
Monochromatic Colors of #34BEA8
Black with #34BEA8
Text Example
Text Example
White with #34BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEA8; }
p { color: rgb(52,190,168); }
H1.HeaderClassName
{
color: #34BEA8;
}
.AnyTagClassName
{
color: #34BEA8;
}
</style>
background-color css
<style>
a { background-color: #34BEA8; }
a { background-color: rgb(52,190,168); }
div.DivClassName
{
background-color: #34BEA8;
}
.BgClassName
{
background-color: #34BEA8;
}
</style>
border-color css
<style>
span { border-color: #34BEA8; }
span { border-color: rgb(52,190,168); }
td.TdClassName
{
border-color: #34BEA8;
}
.TagClassName
{
border-color: #34BEA8;
}
</style>