Shades of Light Sea Green #33A8AC
Tints of Light Sea Green #33A8AC
RGB
CMYK
RGB Variations
Color information
#33A8AC (or 0x33A8AC) is known color: Light Sea Green. HEX triplet: 33, A8 and AC. RGB value is (51,168,172). Sum of RGB (Red+Green+Blue) = 51+168+172=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #33A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A8AC is #CC5753. Grayscale: #858585. Windows color (decimal): -13391700 or 11315251. OLE color: 11315251.
HSL color Cylindrical-coordinate representation of color #33A8AC: hue angle of 181.98º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33A8AC is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 168 | 172 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.33 |
| HSL | 181.98º | 0.54% | 0.44% | - |
| HSV(B) | 181.98º | 0.7% | 0.67% | - |
| XYZ | 22.81 | 31.69 | 43.94 | - |
| YUV | 133.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 168 | 172 | 0.70 | 0.02 | 0 | 0.33 | 181.98 | 0.54 | 0.44 |
| Hex | 33 | A8 | AC | 46 | 2 | 0 | 21 | B6 | 36 | 2C |
| Octal | 63 | 250 | 254 | 106 | 2 | 0 | 41 | 266 | 66 | 54 |
| Binary | 110011 | 10101000 | 10101100 | 1000110 | 10 | 0 | 100001 | 10110110 | 110110 | 101100 |
Color Harmonies of #33A8AC
Complementary color
Monochromatic Colors of #33A8AC
Black with #33A8AC
Text Example
Text Example
White with #33A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A8AC; }
p { color: rgb(51,168,172); }
H1.HeaderClassName
{
color: #33A8AC;
}
.AnyTagClassName
{
color: #33A8AC;
}
</style>
background-color css
<style>
a { background-color: #33A8AC; }
a { background-color: rgb(51,168,172); }
div.DivClassName
{
background-color: #33A8AC;
}
.BgClassName
{
background-color: #33A8AC;
}
</style>
border-color css
<style>
span { border-color: #33A8AC; }
span { border-color: rgb(51,168,172); }
td.TdClassName
{
border-color: #33A8AC;
}
.TagClassName
{
border-color: #33A8AC;
}
</style>