Shades of Light Sea Green #33BCB5
Tints of Light Sea Green #33BCB5
RGB
CMYK
RGB Variations
Color information
#33BCB5 (or 0x33BCB5) is known color: Light Sea Green. HEX triplet: 33, BC and B5. RGB value is (51,188,181). Sum of RGB (Red+Green+Blue) = 51+188+181=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCB5 is #CC434A. Grayscale: #929292. Windows color (decimal): -13386571 or 11910195. OLE color: 11910195.
HSL color Cylindrical-coordinate representation of color #33BCB5: hue angle of 176.93º 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 #33BCB5 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 181 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.26 |
| HSL | 176.93º | 0.57% | 0.47% | - |
| HSV(B) | 176.93º | 0.73% | 0.74% | - |
| XYZ | 27.69 | 40.01 | 49.98 | - |
| YUV | 146.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 181 | 0.73 | 0 | 0.04 | 0.26 | 176.93 | 0.57 | 0.47 |
| Hex | 33 | BC | B5 | 49 | 0 | 4 | 1A | B1 | 39 | 2F |
| Octal | 63 | 274 | 265 | 111 | 0 | 4 | 32 | 261 | 71 | 57 |
| Binary | 110011 | 10111100 | 10110101 | 1001001 | 0 | 100 | 11010 | 10110001 | 111001 | 101111 |
Color Harmonies of #33BCB5
Complementary color
Monochromatic Colors of #33BCB5
Black with #33BCB5
Text Example
Text Example
White with #33BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCB5; }
p { color: rgb(51,188,181); }
H1.HeaderClassName
{
color: #33BCB5;
}
.AnyTagClassName
{
color: #33BCB5;
}
</style>
background-color css
<style>
a { background-color: #33BCB5; }
a { background-color: rgb(51,188,181); }
div.DivClassName
{
background-color: #33BCB5;
}
.BgClassName
{
background-color: #33BCB5;
}
</style>
border-color css
<style>
span { border-color: #33BCB5; }
span { border-color: rgb(51,188,181); }
td.TdClassName
{
border-color: #33BCB5;
}
.TagClassName
{
border-color: #33BCB5;
}
</style>