Shades of Light Sea Green #34BEBC
Tints of Light Sea Green #34BEBC
RGB
CMYK
RGB Variations
Color information
#34BEBC (or 0x34BEBC) is known color: Light Sea Green. HEX triplet: 34, BE and BC. RGB value is (52,190,188). Sum of RGB (Red+Green+Blue) = 52+190+188=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BEBC is #CB4143. Grayscale: #949494. Windows color (decimal): -13320516 or 12369460. OLE color: 12369460.
HSL color Cylindrical-coordinate representation of color #34BEBC: hue angle of 179.13º 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 #34BEBC is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 188 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.25 |
| HSL | 179.13º | 0.57% | 0.47% | - |
| HSV(B) | 179.13º | 0.73% | 0.75% | - |
| XYZ | 28.91 | 41.19 | 54 | - |
| YUV | 148.51 | 150.28 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 188 | 0.73 | 0 | 0.01 | 0.25 | 179.13 | 0.57 | 0.47 |
| Hex | 34 | BE | BC | 49 | 0 | 1 | 19 | B3 | 39 | 2F |
| Octal | 64 | 276 | 274 | 111 | 0 | 1 | 31 | 263 | 71 | 57 |
| Binary | 110100 | 10111110 | 10111100 | 1001001 | 0 | 1 | 11001 | 10110011 | 111001 | 101111 |
Color Harmonies of #34BEBC
Complementary color
Monochromatic Colors of #34BEBC
Black with #34BEBC
Text Example
Text Example
White with #34BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BEBC; }
p { color: rgb(52,190,188); }
H1.HeaderClassName
{
color: #34BEBC;
}
.AnyTagClassName
{
color: #34BEBC;
}
</style>
background-color css
<style>
a { background-color: #34BEBC; }
a { background-color: rgb(52,190,188); }
div.DivClassName
{
background-color: #34BEBC;
}
.BgClassName
{
background-color: #34BEBC;
}
</style>
border-color css
<style>
span { border-color: #34BEBC; }
span { border-color: rgb(52,190,188); }
td.TdClassName
{
border-color: #34BEBC;
}
.TagClassName
{
border-color: #34BEBC;
}
</style>