Shades of Light Sea Green #32BDBC
Tints of Light Sea Green #32BDBC
RGB
CMYK
RGB Variations
Color information
#32BDBC (or 0x32BDBC) is known color: Light Sea Green. HEX triplet: 32, BD and BC. RGB value is (50,189,188). Sum of RGB (Red+Green+Blue) = 50+189+188=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #32BDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDBC is #CD4243. Grayscale: #939393. Windows color (decimal): -13451844 or 12369202. OLE color: 12369202.
HSL color Cylindrical-coordinate representation of color #32BDBC: hue angle of 179.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDBC is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 188 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.26 |
| HSL | 179.57º | 0.58% | 0.47% | - |
| HSV(B) | 179.57º | 0.74% | 0.74% | - |
| XYZ | 28.59 | 40.7 | 53.93 | - |
| YUV | 147.33 | 150.95 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 188 | 0.74 | 0 | 0.01 | 0.26 | 179.57 | 0.58 | 0.47 |
| Hex | 32 | BD | BC | 4A | 0 | 1 | 1A | B4 | 3A | 2F |
| Octal | 62 | 275 | 274 | 112 | 0 | 1 | 32 | 264 | 72 | 57 |
| Binary | 110010 | 10111101 | 10111100 | 1001010 | 0 | 1 | 11010 | 10110100 | 111010 | 101111 |
Color Harmonies of #32BDBC
Complementary color
Monochromatic Colors of #32BDBC
Black with #32BDBC
Text Example
Text Example
White with #32BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDBC; }
p { color: rgb(50,189,188); }
H1.HeaderClassName
{
color: #32BDBC;
}
.AnyTagClassName
{
color: #32BDBC;
}
</style>
background-color css
<style>
a { background-color: #32BDBC; }
a { background-color: rgb(50,189,188); }
div.DivClassName
{
background-color: #32BDBC;
}
.BgClassName
{
background-color: #32BDBC;
}
</style>
border-color css
<style>
span { border-color: #32BDBC; }
span { border-color: rgb(50,189,188); }
td.TdClassName
{
border-color: #32BDBC;
}
.TagClassName
{
border-color: #32BDBC;
}
</style>