Shades of Light Sea Green #33BDB2
Tints of Light Sea Green #33BDB2
RGB
CMYK
RGB Variations
Color information
#33BDB2 (or 0x33BDB2) is known color: Light Sea Green. HEX triplet: 33, BD and B2. RGB value is (51,189,178). Sum of RGB (Red+Green+Blue) = 51+189+178=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #33BDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BDB2 is #CC424D. Grayscale: #929292. Windows color (decimal): -13386318 or 11713843. OLE color: 11713843.
HSL color Cylindrical-coordinate representation of color #33BDB2: hue angle of 175.22º 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 #33BDB2 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 178 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.26 |
| HSL | 175.22º | 0.58% | 0.47% | - |
| HSV(B) | 175.22º | 0.73% | 0.74% | - |
| XYZ | 27.6 | 40.31 | 48.45 | - |
| YUV | 146.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 178 | 0.73 | 0 | 0.06 | 0.26 | 175.22 | 0.58 | 0.47 |
| Hex | 33 | BD | B2 | 49 | 0 | 6 | 1A | AF | 3A | 2F |
| Octal | 63 | 275 | 262 | 111 | 0 | 6 | 32 | 257 | 72 | 57 |
| Binary | 110011 | 10111101 | 10110010 | 1001001 | 0 | 110 | 11010 | 10101111 | 111010 | 101111 |
Color Harmonies of #33BDB2
Complementary color
Monochromatic Colors of #33BDB2
Black with #33BDB2
Text Example
Text Example
White with #33BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDB2; }
p { color: rgb(51,189,178); }
H1.HeaderClassName
{
color: #33BDB2;
}
.AnyTagClassName
{
color: #33BDB2;
}
</style>
background-color css
<style>
a { background-color: #33BDB2; }
a { background-color: rgb(51,189,178); }
div.DivClassName
{
background-color: #33BDB2;
}
.BgClassName
{
background-color: #33BDB2;
}
</style>
border-color css
<style>
span { border-color: #33BDB2; }
span { border-color: rgb(51,189,178); }
td.TdClassName
{
border-color: #33BDB2;
}
.TagClassName
{
border-color: #33BDB2;
}
</style>