Shades of Light Sea Green #33BFAF
Tints of Light Sea Green #33BFAF
RGB
CMYK
RGB Variations
Color information
#33BFAF (or 0x33BFAF) is known color: Light Sea Green. HEX triplet: 33, BF and AF. RGB value is (51,191,175). Sum of RGB (Red+Green+Blue) = 51+191+175=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BFAF is #CC4050. Grayscale: #939393. Windows color (decimal): -13385809 or 11517747. OLE color: 11517747.
HSL color Cylindrical-coordinate representation of color #33BFAF: hue angle of 173.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 #33BFAF is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 191 | 175 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.25 |
| HSL | 173.14º | 0.58% | 0.47% | - |
| HSV(B) | 173.14º | 0.73% | 0.75% | - |
| XYZ | 27.73 | 41.06 | 47.02 | - |
| YUV | 147.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 175 | 0.73 | 0 | 0.08 | 0.25 | 173.14 | 0.58 | 0.47 |
| Hex | 33 | BF | AF | 49 | 0 | 8 | 19 | AD | 3A | 2F |
| Octal | 63 | 277 | 257 | 111 | 0 | 10 | 31 | 255 | 72 | 57 |
| Binary | 110011 | 10111111 | 10101111 | 1001001 | 0 | 1000 | 11001 | 10101101 | 111010 | 101111 |
Color Harmonies of #33BFAF
Complementary color
Monochromatic Colors of #33BFAF
Black with #33BFAF
Text Example
Text Example
White with #33BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFAF; }
p { color: rgb(51,191,175); }
H1.HeaderClassName
{
color: #33BFAF;
}
.AnyTagClassName
{
color: #33BFAF;
}
</style>
background-color css
<style>
a { background-color: #33BFAF; }
a { background-color: rgb(51,191,175); }
div.DivClassName
{
background-color: #33BFAF;
}
.BgClassName
{
background-color: #33BFAF;
}
</style>
border-color css
<style>
span { border-color: #33BFAF; }
span { border-color: rgb(51,191,175); }
td.TdClassName
{
border-color: #33BFAF;
}
.TagClassName
{
border-color: #33BFAF;
}
</style>