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