Shades of Light Sea Green #33B7BC
Tints of Light Sea Green #33B7BC
RGB
CMYK
RGB Variations
Color information
#33B7BC (or 0x33B7BC) is known color: Light Sea Green. HEX triplet: 33, B7 and BC. RGB value is (51,183,188). Sum of RGB (Red+Green+Blue) = 51+183+188=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #33B7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B7BC is #CC4843. Grayscale: #8F8F8F. Windows color (decimal): -13387844 or 12367667. OLE color: 12367667.
HSL color Cylindrical-coordinate representation of color #33B7BC: hue angle of 182.19º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33B7BC is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 183 | 188 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.26 |
| HSL | 182.19º | 0.57% | 0.47% | - |
| HSV(B) | 182.19º | 0.73% | 0.74% | - |
| XYZ | 27.38 | 38.2 | 53.51 | - |
| YUV | 144.1 | 152.77 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 183 | 188 | 0.73 | 0.03 | 0 | 0.26 | 182.19 | 0.57 | 0.47 |
| Hex | 33 | B7 | BC | 49 | 3 | 0 | 1A | B6 | 39 | 2F |
| Octal | 63 | 267 | 274 | 111 | 3 | 0 | 32 | 266 | 71 | 57 |
| Binary | 110011 | 10110111 | 10111100 | 1001001 | 11 | 0 | 11010 | 10110110 | 111001 | 101111 |
Color Harmonies of #33B7BC
Complementary color
Monochromatic Colors of #33B7BC
Black with #33B7BC
Text Example
Text Example
White with #33B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B7BC; }
p { color: rgb(51,183,188); }
H1.HeaderClassName
{
color: #33B7BC;
}
.AnyTagClassName
{
color: #33B7BC;
}
</style>
background-color css
<style>
a { background-color: #33B7BC; }
a { background-color: rgb(51,183,188); }
div.DivClassName
{
background-color: #33B7BC;
}
.BgClassName
{
background-color: #33B7BC;
}
</style>
border-color css
<style>
span { border-color: #33B7BC; }
span { border-color: rgb(51,183,188); }
td.TdClassName
{
border-color: #33B7BC;
}
.TagClassName
{
border-color: #33B7BC;
}
</style>