Shades of Light Sea Green #33BCB0
Tints of Light Sea Green #33BCB0
RGB
CMYK
RGB Variations
Color information
#33BCB0 (or 0x33BCB0) is known color: Light Sea Green. HEX triplet: 33, BC and B0. RGB value is (51,188,176). Sum of RGB (Red+Green+Blue) = 51+188+176=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCB0 is #CC434F. Grayscale: #919191. Windows color (decimal): -13386576 or 11582515. OLE color: 11582515.
HSL color Cylindrical-coordinate representation of color #33BCB0: hue angle of 174.74º 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 #33BCB0 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 176 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.26 |
| HSL | 174.74º | 0.57% | 0.47% | - |
| HSV(B) | 174.74º | 0.73% | 0.74% | - |
| XYZ | 27.18 | 39.8 | 47.32 | - |
| YUV | 145.67 | 145.11 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 176 | 0.73 | 0 | 0.06 | 0.26 | 174.74 | 0.57 | 0.47 |
| Hex | 33 | BC | B0 | 49 | 0 | 6 | 1A | AF | 39 | 2F |
| Octal | 63 | 274 | 260 | 111 | 0 | 6 | 32 | 257 | 71 | 57 |
| Binary | 110011 | 10111100 | 10110000 | 1001001 | 0 | 110 | 11010 | 10101111 | 111001 | 101111 |
Color Harmonies of #33BCB0
Complementary color
Monochromatic Colors of #33BCB0
Black with #33BCB0
Text Example
Text Example
White with #33BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCB0; }
p { color: rgb(51,188,176); }
H1.HeaderClassName
{
color: #33BCB0;
}
.AnyTagClassName
{
color: #33BCB0;
}
</style>
background-color css
<style>
a { background-color: #33BCB0; }
a { background-color: rgb(51,188,176); }
div.DivClassName
{
background-color: #33BCB0;
}
.BgClassName
{
background-color: #33BCB0;
}
</style>
border-color css
<style>
span { border-color: #33BCB0; }
span { border-color: rgb(51,188,176); }
td.TdClassName
{
border-color: #33BCB0;
}
.TagClassName
{
border-color: #33BCB0;
}
</style>