Shades of Light Sea Green #34BEBD
Tints of Light Sea Green #34BEBD
RGB
CMYK
RGB Variations
Color information
#34BEBD (or 0x34BEBD) is known color: Light Sea Green. HEX triplet: 34, BE and BD. RGB value is (52,190,189). Sum of RGB (Red+Green+Blue) = 52+190+189=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BEBD is #CB4142. Grayscale: #949494. Windows color (decimal): -13320515 or 12434996. OLE color: 12434996.
HSL color Cylindrical-coordinate representation of color #34BEBD: hue angle of 179.57º 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 #34BEBD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 189 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.25 |
| HSL | 179.57º | 0.57% | 0.47% | - |
| HSV(B) | 179.57º | 0.73% | 0.75% | - |
| XYZ | 29.01 | 41.23 | 54.57 | - |
| YUV | 148.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 189 | 0.73 | 0 | 0.01 | 0.25 | 179.57 | 0.57 | 0.47 |
| Hex | 34 | BE | BD | 49 | 0 | 1 | 19 | B4 | 39 | 2F |
| Octal | 64 | 276 | 275 | 111 | 0 | 1 | 31 | 264 | 71 | 57 |
| Binary | 110100 | 10111110 | 10111101 | 1001001 | 0 | 1 | 11001 | 10110100 | 111001 | 101111 |
Color Harmonies of #34BEBD
Complementary color
Monochromatic Colors of #34BEBD
Black with #34BEBD
Text Example
Text Example
White with #34BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEBD; }
p { color: rgb(52,190,189); }
H1.HeaderClassName
{
color: #34BEBD;
}
.AnyTagClassName
{
color: #34BEBD;
}
</style>
background-color css
<style>
a { background-color: #34BEBD; }
a { background-color: rgb(52,190,189); }
div.DivClassName
{
background-color: #34BEBD;
}
.BgClassName
{
background-color: #34BEBD;
}
</style>
border-color css
<style>
span { border-color: #34BEBD; }
span { border-color: rgb(52,190,189); }
td.TdClassName
{
border-color: #34BEBD;
}
.TagClassName
{
border-color: #34BEBD;
}
</style>