Shades of Light Sea Green #33BCB2
Tints of Light Sea Green #33BCB2
RGB
CMYK
RGB Variations
Color information
#33BCB2 (or 0x33BCB2) is known color: Light Sea Green. HEX triplet: 33, BC and B2. RGB value is (51,188,178). Sum of RGB (Red+Green+Blue) = 51+188+178=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCB2 is #CC434D. Grayscale: #919191. Windows color (decimal): -13386574 or 11713587. OLE color: 11713587.
HSL color Cylindrical-coordinate representation of color #33BCB2: hue angle of 175.62º 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 #33BCB2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 178 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.26 |
| HSL | 175.62º | 0.57% | 0.47% | - |
| HSV(B) | 175.62º | 0.73% | 0.74% | - |
| XYZ | 27.38 | 39.88 | 48.37 | - |
| YUV | 145.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 178 | 0.73 | 0 | 0.05 | 0.26 | 175.62 | 0.57 | 0.47 |
| Hex | 33 | BC | B2 | 49 | 0 | 5 | 1A | B0 | 39 | 2F |
| Octal | 63 | 274 | 262 | 111 | 0 | 5 | 32 | 260 | 71 | 57 |
| Binary | 110011 | 10111100 | 10110010 | 1001001 | 0 | 101 | 11010 | 10110000 | 111001 | 101111 |
Color Harmonies of #33BCB2
Complementary color
Monochromatic Colors of #33BCB2
Black with #33BCB2
Text Example
Text Example
White with #33BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCB2; }
p { color: rgb(51,188,178); }
H1.HeaderClassName
{
color: #33BCB2;
}
.AnyTagClassName
{
color: #33BCB2;
}
</style>
background-color css
<style>
a { background-color: #33BCB2; }
a { background-color: rgb(51,188,178); }
div.DivClassName
{
background-color: #33BCB2;
}
.BgClassName
{
background-color: #33BCB2;
}
</style>
border-color css
<style>
span { border-color: #33BCB2; }
span { border-color: rgb(51,188,178); }
td.TdClassName
{
border-color: #33BCB2;
}
.TagClassName
{
border-color: #33BCB2;
}
</style>