Shades of Light Sea Green #33A8AD
Tints of Light Sea Green #33A8AD
RGB
CMYK
RGB Variations
Color information
#33A8AD (or 0x33A8AD) is known color: Light Sea Green. HEX triplet: 33, A8 and AD. RGB value is (51,168,173). Sum of RGB (Red+Green+Blue) = 51+168+173=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #33A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A8AD is #CC5752. Grayscale: #858585. Windows color (decimal): -13391699 or 11380787. OLE color: 11380787.
HSL color Cylindrical-coordinate representation of color #33A8AD: hue angle of 182.46º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33A8AD is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 168 | 173 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.32 |
| HSL | 182.46º | 0.54% | 0.44% | - |
| HSV(B) | 182.46º | 0.71% | 0.68% | - |
| XYZ | 22.91 | 31.73 | 44.45 | - |
| YUV | 133.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 168 | 173 | 0.71 | 0.03 | 0 | 0.32 | 182.46 | 0.54 | 0.44 |
| Hex | 33 | A8 | AD | 47 | 3 | 0 | 20 | B6 | 36 | 2C |
| Octal | 63 | 250 | 255 | 107 | 3 | 0 | 40 | 266 | 66 | 54 |
| Binary | 110011 | 10101000 | 10101101 | 1000111 | 11 | 0 | 100000 | 10110110 | 110110 | 101100 |
Color Harmonies of #33A8AD
Complementary color
Monochromatic Colors of #33A8AD
Black with #33A8AD
Text Example
Text Example
White with #33A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A8AD; }
p { color: rgb(51,168,173); }
H1.HeaderClassName
{
color: #33A8AD;
}
.AnyTagClassName
{
color: #33A8AD;
}
</style>
background-color css
<style>
a { background-color: #33A8AD; }
a { background-color: rgb(51,168,173); }
div.DivClassName
{
background-color: #33A8AD;
}
.BgClassName
{
background-color: #33A8AD;
}
</style>
border-color css
<style>
span { border-color: #33A8AD; }
span { border-color: rgb(51,168,173); }
td.TdClassName
{
border-color: #33A8AD;
}
.TagClassName
{
border-color: #33A8AD;
}
</style>