Shades of Light Sea Green #33BFB3
Tints of Light Sea Green #33BFB3
RGB
CMYK
RGB Variations
Color information
#33BFB3 (or 0x33BFB3) is known color: Light Sea Green. HEX triplet: 33, BF and B3. RGB value is (51,191,179). Sum of RGB (Red+Green+Blue) = 51+191+179=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFB3 is #CC404C. Grayscale: #939393. Windows color (decimal): -13385805 or 11779891. OLE color: 11779891.
HSL color Cylindrical-coordinate representation of color #33BFB3: hue angle of 174.86º 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 #33BFB3 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 179 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.25 |
| HSL | 174.86º | 0.58% | 0.47% | - |
| HSV(B) | 174.86º | 0.73% | 0.75% | - |
| XYZ | 28.13 | 41.22 | 49.12 | - |
| YUV | 147.77 | 145.62 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 179 | 0.73 | 0 | 0.06 | 0.25 | 174.86 | 0.58 | 0.47 |
| Hex | 33 | BF | B3 | 49 | 0 | 6 | 19 | AF | 3A | 2F |
| Octal | 63 | 277 | 263 | 111 | 0 | 6 | 31 | 257 | 72 | 57 |
| Binary | 110011 | 10111111 | 10110011 | 1001001 | 0 | 110 | 11001 | 10101111 | 111010 | 101111 |
Color Harmonies of #33BFB3
Complementary color
Monochromatic Colors of #33BFB3
Black with #33BFB3
Text Example
Text Example
White with #33BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFB3; }
p { color: rgb(51,191,179); }
H1.HeaderClassName
{
color: #33BFB3;
}
.AnyTagClassName
{
color: #33BFB3;
}
</style>
background-color css
<style>
a { background-color: #33BFB3; }
a { background-color: rgb(51,191,179); }
div.DivClassName
{
background-color: #33BFB3;
}
.BgClassName
{
background-color: #33BFB3;
}
</style>
border-color css
<style>
span { border-color: #33BFB3; }
span { border-color: rgb(51,191,179); }
td.TdClassName
{
border-color: #33BFB3;
}
.TagClassName
{
border-color: #33BFB3;
}
</style>