Shades of Light Sea Green #34BDBD
Tints of Light Sea Green #34BDBD
RGB
CMYK
RGB Variations
Color information
#34BDBD (or 0x34BDBD) is known color: Light Sea Green. HEX triplet: 34, BD and BD. RGB value is (52,189,189). Sum of RGB (Red+Green+Blue) = 52+189+189=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #34BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BDBD is #CB4242. Grayscale: #939393. Windows color (decimal): -13320771 or 12434740. OLE color: 12434740.
HSL color Cylindrical-coordinate representation of color #34BDBD: hue angle of 180º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BDBD is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 189 | 189 | - |
| CMYK | 0.72 | 0 | 0 | 0.26 |
| HSL | 180º | 0.57% | 0.47% | - |
| HSV(B) | 180º | 0.72% | 0.74% | - |
| XYZ | 28.8 | 40.8 | 54.5 | - |
| YUV | 148.04 | 151.11 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 189 | 0.72 | 0 | 0 | 0.26 | 180 | 0.57 | 0.47 |
| Hex | 34 | BD | BD | 48 | 0 | 0 | 1A | B4 | 39 | 2F |
| Octal | 64 | 275 | 275 | 110 | 0 | 0 | 32 | 264 | 71 | 57 |
| Binary | 110100 | 10111101 | 10111101 | 1001000 | 0 | 0 | 11010 | 10110100 | 111001 | 101111 |
Color Harmonies of #34BDBD
Complementary color
Monochromatic Colors of #34BDBD
Black with #34BDBD
Text Example
Text Example
White with #34BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BDBD; }
p { color: rgb(52,189,189); }
H1.HeaderClassName
{
color: #34BDBD;
}
.AnyTagClassName
{
color: #34BDBD;
}
</style>
background-color css
<style>
a { background-color: #34BDBD; }
a { background-color: rgb(52,189,189); }
div.DivClassName
{
background-color: #34BDBD;
}
.BgClassName
{
background-color: #34BDBD;
}
</style>
border-color css
<style>
span { border-color: #34BDBD; }
span { border-color: rgb(52,189,189); }
td.TdClassName
{
border-color: #34BDBD;
}
.TagClassName
{
border-color: #34BDBD;
}
</style>