Shades of Light Sea Green #33B2BD
Tints of Light Sea Green #33B2BD
RGB
CMYK
RGB Variations
Color information
#33B2BD (or 0x33B2BD) is known color: Light Sea Green. HEX triplet: 33, B2 and BD. RGB value is (51,178,189). Sum of RGB (Red+Green+Blue) = 51+178+189=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #33B2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B2BD is #CC4D42. Grayscale: #8D8D8D. Windows color (decimal): -13389123 or 12431923. OLE color: 12431923.
HSL color Cylindrical-coordinate representation of color #33B2BD: hue angle of 184.78º 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 #33B2BD is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 178 | 189 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.26 |
| HSL | 184.78º | 0.58% | 0.47% | - |
| HSV(B) | 184.78º | 0.73% | 0.74% | - |
| XYZ | 26.47 | 36.22 | 53.74 | - |
| YUV | 141.28 | 154.92 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 178 | 189 | 0.73 | 0.06 | 0 | 0.26 | 184.78 | 0.58 | 0.47 |
| Hex | 33 | B2 | BD | 49 | 6 | 0 | 1A | B9 | 3A | 2F |
| Octal | 63 | 262 | 275 | 111 | 6 | 0 | 32 | 271 | 72 | 57 |
| Binary | 110011 | 10110010 | 10111101 | 1001001 | 110 | 0 | 11010 | 10111001 | 111010 | 101111 |
Color Harmonies of #33B2BD
Complementary color
Monochromatic Colors of #33B2BD
Black with #33B2BD
Text Example
Text Example
White with #33B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B2BD; }
p { color: rgb(51,178,189); }
H1.HeaderClassName
{
color: #33B2BD;
}
.AnyTagClassName
{
color: #33B2BD;
}
</style>
background-color css
<style>
a { background-color: #33B2BD; }
a { background-color: rgb(51,178,189); }
div.DivClassName
{
background-color: #33B2BD;
}
.BgClassName
{
background-color: #33B2BD;
}
</style>
border-color css
<style>
span { border-color: #33B2BD; }
span { border-color: rgb(51,178,189); }
td.TdClassName
{
border-color: #33B2BD;
}
.TagClassName
{
border-color: #33B2BD;
}
</style>