Shades of Light Sea Green #33B2AB
Tints of Light Sea Green #33B2AB
RGB
CMYK
RGB Variations
Color information
#33B2AB (or 0x33B2AB) is known color: Light Sea Green. HEX triplet: 33, B2 and AB. RGB value is (51,178,171). Sum of RGB (Red+Green+Blue) = 51+178+171=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #33B2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33B2AB is #CC4D54. Grayscale: #8B8B8B. Windows color (decimal): -13389141 or 11252275. OLE color: 11252275.
HSL color Cylindrical-coordinate representation of color #33B2AB: hue angle of 176.69º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B2AB is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 178 | 171 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.30 |
| HSL | 176.69º | 0.55% | 0.45% | - |
| HSV(B) | 176.69º | 0.71% | 0.7% | - |
| XYZ | 24.64 | 35.48 | 44.08 | - |
| YUV | 139.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 178 | 171 | 0.71 | 0 | 0.04 | 0.30 | 176.69 | 0.55 | 0.45 |
| Hex | 33 | B2 | AB | 47 | 0 | 4 | 1E | B1 | 37 | 2D |
| Octal | 63 | 262 | 253 | 107 | 0 | 4 | 36 | 261 | 67 | 55 |
| Binary | 110011 | 10110010 | 10101011 | 1000111 | 0 | 100 | 11110 | 10110001 | 110111 | 101101 |
Color Harmonies of #33B2AB
Complementary color
Monochromatic Colors of #33B2AB
Black with #33B2AB
Text Example
Text Example
White with #33B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B2AB; }
p { color: rgb(51,178,171); }
H1.HeaderClassName
{
color: #33B2AB;
}
.AnyTagClassName
{
color: #33B2AB;
}
</style>
background-color css
<style>
a { background-color: #33B2AB; }
a { background-color: rgb(51,178,171); }
div.DivClassName
{
background-color: #33B2AB;
}
.BgClassName
{
background-color: #33B2AB;
}
</style>
border-color css
<style>
span { border-color: #33B2AB; }
span { border-color: rgb(51,178,171); }
td.TdClassName
{
border-color: #33B2AB;
}
.TagClassName
{
border-color: #33B2AB;
}
</style>