Shades of Light Sea Green #33BAAC
Tints of Light Sea Green #33BAAC
RGB
CMYK
RGB Variations
Color information
#33BAAC (or 0x33BAAC) is known color: Light Sea Green. HEX triplet: 33, BA and AC. RGB value is (51,186,172). Sum of RGB (Red+Green+Blue) = 51+186+172=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #33BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BAAC is #CC4553. Grayscale: #8F8F8F. Windows color (decimal): -13387092 or 11319859. OLE color: 11319859.
HSL color Cylindrical-coordinate representation of color #33BAAC: hue angle of 173.78º 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 #33BAAC is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 172 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.27 |
| HSL | 173.78º | 0.57% | 0.46% | - |
| HSV(B) | 173.78º | 0.73% | 0.73% | - |
| XYZ | 26.37 | 38.8 | 45.13 | - |
| YUV | 144.04 | 143.77 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 172 | 0.73 | 0 | 0.08 | 0.27 | 173.78 | 0.57 | 0.46 |
| Hex | 33 | BA | AC | 49 | 0 | 8 | 1B | AE | 39 | 2E |
| Octal | 63 | 272 | 254 | 111 | 0 | 10 | 33 | 256 | 71 | 56 |
| Binary | 110011 | 10111010 | 10101100 | 1001001 | 0 | 1000 | 11011 | 10101110 | 111001 | 101110 |
Color Harmonies of #33BAAC
Complementary color
Monochromatic Colors of #33BAAC
Black with #33BAAC
Text Example
Text Example
White with #33BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BAAC; }
p { color: rgb(51,186,172); }
H1.HeaderClassName
{
color: #33BAAC;
}
.AnyTagClassName
{
color: #33BAAC;
}
</style>
background-color css
<style>
a { background-color: #33BAAC; }
a { background-color: rgb(51,186,172); }
div.DivClassName
{
background-color: #33BAAC;
}
.BgClassName
{
background-color: #33BAAC;
}
</style>
border-color css
<style>
span { border-color: #33BAAC; }
span { border-color: rgb(51,186,172); }
td.TdClassName
{
border-color: #33BAAC;
}
.TagClassName
{
border-color: #33BAAC;
}
</style>