Shades of Light Sea Green #33BFB1
Tints of Light Sea Green #33BFB1
RGB
CMYK
RGB Variations
Color information
#33BFB1 (or 0x33BFB1) is known color: Light Sea Green. HEX triplet: 33, BF and B1. RGB value is (51,191,177). Sum of RGB (Red+Green+Blue) = 51+191+177=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BFB1 is #CC404E. Grayscale: #939393. Windows color (decimal): -13385807 or 11648819. OLE color: 11648819.
HSL color Cylindrical-coordinate representation of color #33BFB1: hue angle of 174º 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 #33BFB1 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 177 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.25 |
| HSL | 174º | 0.58% | 0.47% | - |
| HSV(B) | 174º | 0.73% | 0.75% | - |
| XYZ | 27.93 | 41.14 | 48.06 | - |
| YUV | 147.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 177 | 0.73 | 0 | 0.07 | 0.25 | 174 | 0.58 | 0.47 |
| Hex | 33 | BF | B1 | 49 | 0 | 7 | 19 | AE | 3A | 2F |
| Octal | 63 | 277 | 261 | 111 | 0 | 7 | 31 | 256 | 72 | 57 |
| Binary | 110011 | 10111111 | 10110001 | 1001001 | 0 | 111 | 11001 | 10101110 | 111010 | 101111 |
Color Harmonies of #33BFB1
Complementary color
Monochromatic Colors of #33BFB1
Black with #33BFB1
Text Example
Text Example
White with #33BFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFB1; }
p { color: rgb(51,191,177); }
H1.HeaderClassName
{
color: #33BFB1;
}
.AnyTagClassName
{
color: #33BFB1;
}
</style>
background-color css
<style>
a { background-color: #33BFB1; }
a { background-color: rgb(51,191,177); }
div.DivClassName
{
background-color: #33BFB1;
}
.BgClassName
{
background-color: #33BFB1;
}
</style>
border-color css
<style>
span { border-color: #33BFB1; }
span { border-color: rgb(51,191,177); }
td.TdClassName
{
border-color: #33BFB1;
}
.TagClassName
{
border-color: #33BFB1;
}
</style>