Shades of Light Sea Green #33BDAF
Tints of Light Sea Green #33BDAF
RGB
CMYK
RGB Variations
Color information
#33BDAF (or 0x33BDAF) is known color: Light Sea Green. HEX triplet: 33, BD and AF. RGB value is (51,189,175). Sum of RGB (Red+Green+Blue) = 51+189+175=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #33BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BDAF is #CC4250. Grayscale: #929292. Windows color (decimal): -13386321 or 11517235. OLE color: 11517235.
HSL color Cylindrical-coordinate representation of color #33BDAF: hue angle of 173.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BDAF is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 175 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.26 |
| HSL | 173.91º | 0.58% | 0.47% | - |
| HSV(B) | 173.91º | 0.73% | 0.74% | - |
| XYZ | 27.3 | 40.19 | 46.88 | - |
| YUV | 146.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 175 | 0.73 | 0 | 0.07 | 0.26 | 173.91 | 0.58 | 0.47 |
| Hex | 33 | BD | AF | 49 | 0 | 7 | 1A | AE | 3A | 2F |
| Octal | 63 | 275 | 257 | 111 | 0 | 7 | 32 | 256 | 72 | 57 |
| Binary | 110011 | 10111101 | 10101111 | 1001001 | 0 | 111 | 11010 | 10101110 | 111010 | 101111 |
Color Harmonies of #33BDAF
Complementary color
Monochromatic Colors of #33BDAF
Black with #33BDAF
Text Example
Text Example
White with #33BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDAF; }
p { color: rgb(51,189,175); }
H1.HeaderClassName
{
color: #33BDAF;
}
.AnyTagClassName
{
color: #33BDAF;
}
</style>
background-color css
<style>
a { background-color: #33BDAF; }
a { background-color: rgb(51,189,175); }
div.DivClassName
{
background-color: #33BDAF;
}
.BgClassName
{
background-color: #33BDAF;
}
</style>
border-color css
<style>
span { border-color: #33BDAF; }
span { border-color: rgb(51,189,175); }
td.TdClassName
{
border-color: #33BDAF;
}
.TagClassName
{
border-color: #33BDAF;
}
</style>