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