Shades of Light Sea Green #33BDBC
Tints of Light Sea Green #33BDBC
RGB
CMYK
RGB Variations
Color information
#33BDBC (or 0x33BDBC) is known color: Light Sea Green. HEX triplet: 33, BD and BC. RGB value is (51,189,188). Sum of RGB (Red+Green+Blue) = 51+189+188=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #33BDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDBC is #CC4243. Grayscale: #939393. Windows color (decimal): -13386308 or 12369203. OLE color: 12369203.
HSL color Cylindrical-coordinate representation of color #33BDBC: hue angle of 179.57º 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 #33BDBC is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 188 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.26 |
| HSL | 179.57º | 0.58% | 0.47% | - |
| HSV(B) | 179.57º | 0.73% | 0.74% | - |
| XYZ | 28.64 | 40.73 | 53.93 | - |
| YUV | 147.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 188 | 0.73 | 0 | 0.01 | 0.26 | 179.57 | 0.58 | 0.47 |
| Hex | 33 | BD | BC | 49 | 0 | 1 | 1A | B4 | 3A | 2F |
| Octal | 63 | 275 | 274 | 111 | 0 | 1 | 32 | 264 | 72 | 57 |
| Binary | 110011 | 10111101 | 10111100 | 1001001 | 0 | 1 | 11010 | 10110100 | 111010 | 101111 |
Color Harmonies of #33BDBC
Complementary color
Monochromatic Colors of #33BDBC
Black with #33BDBC
Text Example
Text Example
White with #33BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDBC; }
p { color: rgb(51,189,188); }
H1.HeaderClassName
{
color: #33BDBC;
}
.AnyTagClassName
{
color: #33BDBC;
}
</style>
background-color css
<style>
a { background-color: #33BDBC; }
a { background-color: rgb(51,189,188); }
div.DivClassName
{
background-color: #33BDBC;
}
.BgClassName
{
background-color: #33BDBC;
}
</style>
border-color css
<style>
span { border-color: #33BDBC; }
span { border-color: rgb(51,189,188); }
td.TdClassName
{
border-color: #33BDBC;
}
.TagClassName
{
border-color: #33BDBC;
}
</style>