Shades of Light Sea Green #33BFBD
Tints of Light Sea Green #33BFBD
RGB
CMYK
RGB Variations
Color information
#33BFBD (or 0x33BFBD) is known color: Light Sea Green. HEX triplet: 33, BF and BD. RGB value is (51,191,189). Sum of RGB (Red+Green+Blue) = 51+191+189=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFBD is #CC4042. Grayscale: #949494. Windows color (decimal): -13385795 or 12435251. OLE color: 12435251.
HSL color Cylindrical-coordinate representation of color #33BFBD: hue angle of 179.14º 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 #33BFBD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 189 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.25 |
| HSL | 179.14º | 0.58% | 0.47% | - |
| HSV(B) | 179.14º | 0.73% | 0.75% | - |
| XYZ | 29.18 | 41.64 | 54.64 | - |
| YUV | 148.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 189 | 0.73 | 0 | 0.01 | 0.25 | 179.14 | 0.58 | 0.47 |
| Hex | 33 | BF | BD | 49 | 0 | 1 | 19 | B3 | 3A | 2F |
| Octal | 63 | 277 | 275 | 111 | 0 | 1 | 31 | 263 | 72 | 57 |
| Binary | 110011 | 10111111 | 10111101 | 1001001 | 0 | 1 | 11001 | 10110011 | 111010 | 101111 |
Color Harmonies of #33BFBD
Complementary color
Monochromatic Colors of #33BFBD
Black with #33BFBD
Text Example
Text Example
White with #33BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFBD; }
p { color: rgb(51,191,189); }
H1.HeaderClassName
{
color: #33BFBD;
}
.AnyTagClassName
{
color: #33BFBD;
}
</style>
background-color css
<style>
a { background-color: #33BFBD; }
a { background-color: rgb(51,191,189); }
div.DivClassName
{
background-color: #33BFBD;
}
.BgClassName
{
background-color: #33BFBD;
}
</style>
border-color css
<style>
span { border-color: #33BFBD; }
span { border-color: rgb(51,191,189); }
td.TdClassName
{
border-color: #33BFBD;
}
.TagClassName
{
border-color: #33BFBD;
}
</style>