Shades of Light Sea Green #33B3BA
Tints of Light Sea Green #33B3BA
RGB
CMYK
RGB Variations
Color information
#33B3BA (or 0x33B3BA) is known color: Light Sea Green. HEX triplet: 33, B3 and BA. RGB value is (51,179,186). Sum of RGB (Red+Green+Blue) = 51+179+186=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #33B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B3BA is #CC4C45. Grayscale: #8D8D8D. Windows color (decimal): -13388870 or 12235571. OLE color: 12235571.
HSL color Cylindrical-coordinate representation of color #33B3BA: hue angle of 183.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33B3BA is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 179 | 186 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.27 |
| HSL | 183.11º | 0.57% | 0.46% | - |
| HSV(B) | 183.11º | 0.73% | 0.73% | - |
| XYZ | 26.35 | 36.49 | 52.11 | - |
| YUV | 141.53 | 153.09 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 179 | 186 | 0.73 | 0.04 | 0 | 0.27 | 183.11 | 0.57 | 0.46 |
| Hex | 33 | B3 | BA | 49 | 4 | 0 | 1B | B7 | 39 | 2E |
| Octal | 63 | 263 | 272 | 111 | 4 | 0 | 33 | 267 | 71 | 56 |
| Binary | 110011 | 10110011 | 10111010 | 1001001 | 100 | 0 | 11011 | 10110111 | 111001 | 101110 |
Color Harmonies of #33B3BA
Complementary color
Monochromatic Colors of #33B3BA
Black with #33B3BA
Text Example
Text Example
White with #33B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B3BA; }
p { color: rgb(51,179,186); }
H1.HeaderClassName
{
color: #33B3BA;
}
.AnyTagClassName
{
color: #33B3BA;
}
</style>
background-color css
<style>
a { background-color: #33B3BA; }
a { background-color: rgb(51,179,186); }
div.DivClassName
{
background-color: #33B3BA;
}
.BgClassName
{
background-color: #33B3BA;
}
</style>
border-color css
<style>
span { border-color: #33B3BA; }
span { border-color: rgb(51,179,186); }
td.TdClassName
{
border-color: #33B3BA;
}
.TagClassName
{
border-color: #33B3BA;
}
</style>