Shades of Light Sea Green #33B2A8
Tints of Light Sea Green #33B2A8
RGB
CMYK
RGB Variations
Color information
#33B2A8 (or 0x33B2A8) is known color: Light Sea Green. HEX triplet: 33, B2 and A8. RGB value is (51,178,168). Sum of RGB (Red+Green+Blue) = 51+178+168=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #33B2A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33B2A8 is #CC4D57. Grayscale: #8A8A8A. Windows color (decimal): -13389144 or 11055667. OLE color: 11055667.
HSL color Cylindrical-coordinate representation of color #33B2A8: hue angle of 175.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B2A8 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 178 | 168 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.30 |
| HSL | 175.28º | 0.55% | 0.45% | - |
| HSV(B) | 175.28º | 0.71% | 0.7% | - |
| XYZ | 24.35 | 35.37 | 42.59 | - |
| YUV | 138.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 178 | 168 | 0.71 | 0 | 0.06 | 0.30 | 175.28 | 0.55 | 0.45 |
| Hex | 33 | B2 | A8 | 47 | 0 | 6 | 1E | AF | 37 | 2D |
| Octal | 63 | 262 | 250 | 107 | 0 | 6 | 36 | 257 | 67 | 55 |
| Binary | 110011 | 10110010 | 10101000 | 1000111 | 0 | 110 | 11110 | 10101111 | 110111 | 101101 |
Color Harmonies of #33B2A8
Complementary color
Monochromatic Colors of #33B2A8
Black with #33B2A8
Text Example
Text Example
White with #33B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B2A8; }
p { color: rgb(51,178,168); }
H1.HeaderClassName
{
color: #33B2A8;
}
.AnyTagClassName
{
color: #33B2A8;
}
</style>
background-color css
<style>
a { background-color: #33B2A8; }
a { background-color: rgb(51,178,168); }
div.DivClassName
{
background-color: #33B2A8;
}
.BgClassName
{
background-color: #33B2A8;
}
</style>
border-color css
<style>
span { border-color: #33B2A8; }
span { border-color: rgb(51,178,168); }
td.TdClassName
{
border-color: #33B2A8;
}
.TagClassName
{
border-color: #33B2A8;
}
</style>