Shades of Light Sea Green #33BDC0
Tints of Light Sea Green #33BDC0
RGB
CMYK
RGB Variations
Color information
#33BDC0 (or 0x33BDC0) is known color: Light Sea Green. HEX triplet: 33, BD and C0. RGB value is (51,189,192). Sum of RGB (Red+Green+Blue) = 51+189+192=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #33BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDC0 is #CC423F. Grayscale: #939393. Windows color (decimal): -13386304 or 12631347. OLE color: 12631347.
HSL color Cylindrical-coordinate representation of color #33BDC0: hue angle of 181.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BDC0 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 189 | 192 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.25 |
| HSL | 181.28º | 0.58% | 0.48% | - |
| HSV(B) | 181.28º | 0.73% | 0.75% | - |
| XYZ | 29.08 | 40.9 | 56.23 | - |
| YUV | 148.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 192 | 0.73 | 0.02 | 0 | 0.25 | 181.28 | 0.58 | 0.48 |
| Hex | 33 | BD | C0 | 49 | 2 | 0 | 19 | B5 | 3A | 30 |
| Octal | 63 | 275 | 300 | 111 | 2 | 0 | 31 | 265 | 72 | 60 |
| Binary | 110011 | 10111101 | 11000000 | 1001001 | 10 | 0 | 11001 | 10110101 | 111010 | 110000 |
Color Harmonies of #33BDC0
Complementary color
Monochromatic Colors of #33BDC0
Black with #33BDC0
Text Example
Text Example
White with #33BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDC0; }
p { color: rgb(51,189,192); }
H1.HeaderClassName
{
color: #33BDC0;
}
.AnyTagClassName
{
color: #33BDC0;
}
</style>
background-color css
<style>
a { background-color: #33BDC0; }
a { background-color: rgb(51,189,192); }
div.DivClassName
{
background-color: #33BDC0;
}
.BgClassName
{
background-color: #33BDC0;
}
</style>
border-color css
<style>
span { border-color: #33BDC0; }
span { border-color: rgb(51,189,192); }
td.TdClassName
{
border-color: #33BDC0;
}
.TagClassName
{
border-color: #33BDC0;
}
</style>