Shades of Light Sea Green #33BFB4
Tints of Light Sea Green #33BFB4
RGB
CMYK
RGB Variations
Color information
#33BFB4 (or 0x33BFB4) is known color: Light Sea Green. HEX triplet: 33, BF and B4. RGB value is (51,191,180). Sum of RGB (Red+Green+Blue) = 51+191+180=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFB4 is #CC404B. Grayscale: #939393. Windows color (decimal): -13385804 or 11845427. OLE color: 11845427.
HSL color Cylindrical-coordinate representation of color #33BFB4: hue angle of 175.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 #33BFB4 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 180 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.25 |
| HSL | 175.29º | 0.58% | 0.47% | - |
| HSV(B) | 175.29º | 0.73% | 0.75% | - |
| XYZ | 28.23 | 41.26 | 49.66 | - |
| YUV | 147.89 | 146.12 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 180 | 0.73 | 0 | 0.06 | 0.25 | 175.29 | 0.58 | 0.47 |
| Hex | 33 | BF | B4 | 49 | 0 | 6 | 19 | AF | 3A | 2F |
| Octal | 63 | 277 | 264 | 111 | 0 | 6 | 31 | 257 | 72 | 57 |
| Binary | 110011 | 10111111 | 10110100 | 1001001 | 0 | 110 | 11001 | 10101111 | 111010 | 101111 |
Color Harmonies of #33BFB4
Complementary color
Monochromatic Colors of #33BFB4
Black with #33BFB4
Text Example
Text Example
White with #33BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFB4; }
p { color: rgb(51,191,180); }
H1.HeaderClassName
{
color: #33BFB4;
}
.AnyTagClassName
{
color: #33BFB4;
}
</style>
background-color css
<style>
a { background-color: #33BFB4; }
a { background-color: rgb(51,191,180); }
div.DivClassName
{
background-color: #33BFB4;
}
.BgClassName
{
background-color: #33BFB4;
}
</style>
border-color css
<style>
span { border-color: #33BFB4; }
span { border-color: rgb(51,191,180); }
td.TdClassName
{
border-color: #33BFB4;
}
.TagClassName
{
border-color: #33BFB4;
}
</style>