Shades of Light Sea Green #33AFAF
Tints of Light Sea Green #33AFAF
RGB
CMYK
RGB Variations
Color information
#33AFAF (or 0x33AFAF) is known color: Light Sea Green. HEX triplet: 33, AF and AF. RGB value is (51,175,175). Sum of RGB (Red+Green+Blue) = 51+175+175=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #33AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AFAF is #CC5050. Grayscale: #898989. Windows color (decimal): -13389905 or 11513651. OLE color: 11513651.
HSL color Cylindrical-coordinate representation of color #33AFAF: hue angle of 180º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AFAF is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 175 | 175 | - |
| CMYK | 0.71 | 0 | 0 | 0.31 |
| HSL | 180º | 0.55% | 0.44% | - |
| HSV(B) | 180º | 0.71% | 0.69% | - |
| XYZ | 24.43 | 34.46 | 45.92 | - |
| YUV | 137.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 175 | 0.71 | 0 | 0 | 0.31 | 180 | 0.55 | 0.44 |
| Hex | 33 | AF | AF | 47 | 0 | 0 | 1F | B4 | 37 | 2C |
| Octal | 63 | 257 | 257 | 107 | 0 | 0 | 37 | 264 | 67 | 54 |
| Binary | 110011 | 10101111 | 10101111 | 1000111 | 0 | 0 | 11111 | 10110100 | 110111 | 101100 |
Color Harmonies of #33AFAF
Complementary color
Monochromatic Colors of #33AFAF
Black with #33AFAF
Text Example
Text Example
White with #33AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AFAF; }
p { color: rgb(51,175,175); }
H1.HeaderClassName
{
color: #33AFAF;
}
.AnyTagClassName
{
color: #33AFAF;
}
</style>
background-color css
<style>
a { background-color: #33AFAF; }
a { background-color: rgb(51,175,175); }
div.DivClassName
{
background-color: #33AFAF;
}
.BgClassName
{
background-color: #33AFAF;
}
</style>
border-color css
<style>
span { border-color: #33AFAF; }
span { border-color: rgb(51,175,175); }
td.TdClassName
{
border-color: #33AFAF;
}
.TagClassName
{
border-color: #33AFAF;
}
</style>