Shades of Light Sea Green #33BFAA
Tints of Light Sea Green #33BFAA
RGB
CMYK
RGB Variations
Color information
#33BFAA (or 0x33BFAA) is known color: Light Sea Green. HEX triplet: 33, BF and AA. RGB value is (51,191,170). Sum of RGB (Red+Green+Blue) = 51+191+170=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BFAA is #CC4055. Grayscale: #929292. Windows color (decimal): -13385814 or 11190067. OLE color: 11190067.
HSL color Cylindrical-coordinate representation of color #33BFAA: hue angle of 171º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BFAA is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 170 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.25 |
| HSL | 171º | 0.58% | 0.47% | - |
| HSV(B) | 171º | 0.73% | 0.75% | - |
| XYZ | 27.25 | 40.87 | 44.48 | - |
| YUV | 146.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 170 | 0.73 | 0 | 0.11 | 0.25 | 171 | 0.58 | 0.47 |
| Hex | 33 | BF | AA | 49 | 0 | B | 19 | AB | 3A | 2F |
| Octal | 63 | 277 | 252 | 111 | 0 | 13 | 31 | 253 | 72 | 57 |
| Binary | 110011 | 10111111 | 10101010 | 1001001 | 0 | 1011 | 11001 | 10101011 | 111010 | 101111 |
Color Harmonies of #33BFAA
Complementary color
Monochromatic Colors of #33BFAA
Black with #33BFAA
Text Example
Text Example
White with #33BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFAA; }
p { color: rgb(51,191,170); }
H1.HeaderClassName
{
color: #33BFAA;
}
.AnyTagClassName
{
color: #33BFAA;
}
</style>
background-color css
<style>
a { background-color: #33BFAA; }
a { background-color: rgb(51,191,170); }
div.DivClassName
{
background-color: #33BFAA;
}
.BgClassName
{
background-color: #33BFAA;
}
</style>
border-color css
<style>
span { border-color: #33BFAA; }
span { border-color: rgb(51,191,170); }
td.TdClassName
{
border-color: #33BFAA;
}
.TagClassName
{
border-color: #33BFAA;
}
</style>