Shades of Atoll #33827E
Tints of Atoll #33827E
RGB
CMYK
RGB Variations
Color information
#33827E (or 0x33827E) is known color: Atoll. HEX triplet: 33, 82 and 7E. RGB value is (51,130,126). Sum of RGB (Red+Green+Blue) = 51+130+126=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #33827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33827E is #CC7D81. Grayscale: #696969. Windows color (decimal): -13401474 or 8290867. OLE color: 8290867.
HSL color Cylindrical-coordinate representation of color #33827E: hue angle of 176.96º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33827E is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 126 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.49 |
| HSL | 176.96º | 0.44% | 0.35% | - |
| HSV(B) | 176.96º | 0.61% | 0.51% | - |
| XYZ | 13.11 | 18.18 | 22.56 | - |
| YUV | 105.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 126 | 0.61 | 0 | 0.03 | 0.49 | 176.96 | 0.44 | 0.35 |
| Hex | 33 | 82 | 7E | 3D | 0 | 3 | 31 | B1 | 2C | 23 |
| Octal | 63 | 202 | 176 | 75 | 0 | 3 | 61 | 261 | 54 | 43 |
| Binary | 110011 | 10000010 | 1111110 | 111101 | 0 | 11 | 110001 | 10110001 | 101100 | 100011 |
Color Harmonies of #33827E
Complementary color
Monochromatic Colors of #33827E
Black with #33827E
Text Example
Text Example
White with #33827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33827E; }
p { color: rgb(51,130,126); }
H1.HeaderClassName
{
color: #33827E;
}
.AnyTagClassName
{
color: #33827E;
}
</style>
background-color css
<style>
a { background-color: #33827E; }
a { background-color: rgb(51,130,126); }
div.DivClassName
{
background-color: #33827E;
}
.BgClassName
{
background-color: #33827E;
}
</style>
border-color css
<style>
span { border-color: #33827E; }
span { border-color: rgb(51,130,126); }
td.TdClassName
{
border-color: #33827E;
}
.TagClassName
{
border-color: #33827E;
}
</style>