Shades of Light Sea Green #33A8AB
Tints of Light Sea Green #33A8AB
RGB
CMYK
RGB Variations
Color information
#33A8AB (or 0x33A8AB) is known color: Light Sea Green. HEX triplet: 33, A8 and AB. RGB value is (51,168,171). Sum of RGB (Red+Green+Blue) = 51+168+171=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #33A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A8AB is #CC5754. Grayscale: #858585. Windows color (decimal): -13391701 or 11249715. OLE color: 11249715.
HSL color Cylindrical-coordinate representation of color #33A8AB: hue angle of 181.5º 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 #33A8AB is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 168 | 171 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.33 |
| HSL | 181.5º | 0.54% | 0.44% | - |
| HSV(B) | 181.5º | 0.7% | 0.67% | - |
| XYZ | 22.72 | 31.65 | 43.44 | - |
| YUV | 133.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 168 | 171 | 0.70 | 0.02 | 0 | 0.33 | 181.5 | 0.54 | 0.44 |
| Hex | 33 | A8 | AB | 46 | 2 | 0 | 21 | B6 | 36 | 2C |
| Octal | 63 | 250 | 253 | 106 | 2 | 0 | 41 | 266 | 66 | 54 |
| Binary | 110011 | 10101000 | 10101011 | 1000110 | 10 | 0 | 100001 | 10110110 | 110110 | 101100 |
Color Harmonies of #33A8AB
Complementary color
Monochromatic Colors of #33A8AB
Black with #33A8AB
Text Example
Text Example
White with #33A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A8AB; }
p { color: rgb(51,168,171); }
H1.HeaderClassName
{
color: #33A8AB;
}
.AnyTagClassName
{
color: #33A8AB;
}
</style>
background-color css
<style>
a { background-color: #33A8AB; }
a { background-color: rgb(51,168,171); }
div.DivClassName
{
background-color: #33A8AB;
}
.BgClassName
{
background-color: #33A8AB;
}
</style>
border-color css
<style>
span { border-color: #33A8AB; }
span { border-color: rgb(51,168,171); }
td.TdClassName
{
border-color: #33A8AB;
}
.TagClassName
{
border-color: #33A8AB;
}
</style>