Shades of Light Sea Green #34BEB0
Tints of Light Sea Green #34BEB0
RGB
CMYK
RGB Variations
Color information
#34BEB0 (or 0x34BEB0) is known color: Light Sea Green. HEX triplet: 34, BE and B0. RGB value is (52,190,176). Sum of RGB (Red+Green+Blue) = 52+190+176=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BEB0 is #CB414F. Grayscale: #939393. Windows color (decimal): -13320528 or 11583028. OLE color: 11583028.
HSL color Cylindrical-coordinate representation of color #34BEB0: hue angle of 173.91º 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 #34BEB0 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 176 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.25 |
| HSL | 173.91º | 0.57% | 0.47% | - |
| HSV(B) | 173.91º | 0.73% | 0.75% | - |
| XYZ | 27.67 | 40.69 | 47.47 | - |
| YUV | 147.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 176 | 0.73 | 0 | 0.07 | 0.25 | 173.91 | 0.57 | 0.47 |
| Hex | 34 | BE | B0 | 49 | 0 | 7 | 19 | AE | 39 | 2F |
| Octal | 64 | 276 | 260 | 111 | 0 | 7 | 31 | 256 | 71 | 57 |
| Binary | 110100 | 10111110 | 10110000 | 1001001 | 0 | 111 | 11001 | 10101110 | 111001 | 101111 |
Color Harmonies of #34BEB0
Complementary color
Monochromatic Colors of #34BEB0
Black with #34BEB0
Text Example
Text Example
White with #34BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEB0; }
p { color: rgb(52,190,176); }
H1.HeaderClassName
{
color: #34BEB0;
}
.AnyTagClassName
{
color: #34BEB0;
}
</style>
background-color css
<style>
a { background-color: #34BEB0; }
a { background-color: rgb(52,190,176); }
div.DivClassName
{
background-color: #34BEB0;
}
.BgClassName
{
background-color: #34BEB0;
}
</style>
border-color css
<style>
span { border-color: #34BEB0; }
span { border-color: rgb(52,190,176); }
td.TdClassName
{
border-color: #34BEB0;
}
.TagClassName
{
border-color: #34BEB0;
}
</style>