Shades of Light Sea Green #33BFBB
Tints of Light Sea Green #33BFBB
RGB
CMYK
RGB Variations
Color information
#33BFBB (or 0x33BFBB) is known color: Light Sea Green. HEX triplet: 33, BF and BB. RGB value is (51,191,187). Sum of RGB (Red+Green+Blue) = 51+191+187=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFBB is #CC4044. Grayscale: #949494. Windows color (decimal): -13385797 or 12304179. OLE color: 12304179.
HSL color Cylindrical-coordinate representation of color #33BFBB: hue angle of 178.29º 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 #33BFBB is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 187 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.25 |
| HSL | 178.29º | 0.58% | 0.47% | - |
| HSV(B) | 178.29º | 0.73% | 0.75% | - |
| XYZ | 28.97 | 41.55 | 53.51 | - |
| YUV | 148.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 187 | 0.73 | 0 | 0.02 | 0.25 | 178.29 | 0.58 | 0.47 |
| Hex | 33 | BF | BB | 49 | 0 | 2 | 19 | B2 | 3A | 2F |
| Octal | 63 | 277 | 273 | 111 | 0 | 2 | 31 | 262 | 72 | 57 |
| Binary | 110011 | 10111111 | 10111011 | 1001001 | 0 | 10 | 11001 | 10110010 | 111010 | 101111 |
Color Harmonies of #33BFBB
Complementary color
Monochromatic Colors of #33BFBB
Black with #33BFBB
Text Example
Text Example
White with #33BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFBB; }
p { color: rgb(51,191,187); }
H1.HeaderClassName
{
color: #33BFBB;
}
.AnyTagClassName
{
color: #33BFBB;
}
</style>
background-color css
<style>
a { background-color: #33BFBB; }
a { background-color: rgb(51,191,187); }
div.DivClassName
{
background-color: #33BFBB;
}
.BgClassName
{
background-color: #33BFBB;
}
</style>
border-color css
<style>
span { border-color: #33BFBB; }
span { border-color: rgb(51,191,187); }
td.TdClassName
{
border-color: #33BFBB;
}
.TagClassName
{
border-color: #33BFBB;
}
</style>