Shades of Light Sea Green #33B8BA
Tints of Light Sea Green #33B8BA
RGB
CMYK
RGB Variations
Color information
#33B8BA (or 0x33B8BA) is known color: Light Sea Green. HEX triplet: 33, B8 and BA. RGB value is (51,184,186). Sum of RGB (Red+Green+Blue) = 51+184+186=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #33B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B8BA is #CC4745. Grayscale: #909090. Windows color (decimal): -13387590 or 12236851. OLE color: 12236851.
HSL color Cylindrical-coordinate representation of color #33B8BA: hue angle of 180.89º 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 #33B8BA is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 184 | 186 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.27 |
| HSL | 180.89º | 0.57% | 0.46% | - |
| HSV(B) | 180.89º | 0.73% | 0.73% | - |
| XYZ | 27.37 | 38.53 | 52.45 | - |
| YUV | 144.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 184 | 186 | 0.73 | 0.01 | 0 | 0.27 | 180.89 | 0.57 | 0.46 |
| Hex | 33 | B8 | BA | 49 | 1 | 0 | 1B | B5 | 39 | 2E |
| Octal | 63 | 270 | 272 | 111 | 1 | 0 | 33 | 265 | 71 | 56 |
| Binary | 110011 | 10111000 | 10111010 | 1001001 | 1 | 0 | 11011 | 10110101 | 111001 | 101110 |
Color Harmonies of #33B8BA
Complementary color
Monochromatic Colors of #33B8BA
Black with #33B8BA
Text Example
Text Example
White with #33B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B8BA; }
p { color: rgb(51,184,186); }
H1.HeaderClassName
{
color: #33B8BA;
}
.AnyTagClassName
{
color: #33B8BA;
}
</style>
background-color css
<style>
a { background-color: #33B8BA; }
a { background-color: rgb(51,184,186); }
div.DivClassName
{
background-color: #33B8BA;
}
.BgClassName
{
background-color: #33B8BA;
}
</style>
border-color css
<style>
span { border-color: #33B8BA; }
span { border-color: rgb(51,184,186); }
td.TdClassName
{
border-color: #33B8BA;
}
.TagClassName
{
border-color: #33B8BA;
}
</style>