Shades of Atoll #256D71
Tints of Atoll #256D71
RGB
CMYK
RGB Variations
Color information
#256D71 (or 0x256D71) is known color: Atoll. HEX triplet: 25, 6D and 71. RGB value is (37,109,113). Sum of RGB (Red+Green+Blue) = 37+109+113=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #256D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D71 is #DA928E. Grayscale: #575757. Windows color (decimal): -14324367 or 7433509. OLE color: 7433509.
HSL color Cylindrical-coordinate representation of color #256D71: hue angle of 183.16º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256D71 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 109 | 113 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.56 |
| HSL | 183.16º | 0.51% | 0.29% | - |
| HSV(B) | 183.16º | 0.67% | 0.44% | - |
| XYZ | 9.21 | 12.52 | 17.55 | - |
| YUV | 87.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 113 | 0.67 | 0.04 | 0 | 0.56 | 183.16 | 0.51 | 0.29 |
| Hex | 25 | 6D | 71 | 43 | 4 | 0 | 38 | B7 | 33 | 1D |
| Octal | 45 | 155 | 161 | 103 | 4 | 0 | 70 | 267 | 63 | 35 |
| Binary | 100101 | 1101101 | 1110001 | 1000011 | 100 | 0 | 111000 | 10110111 | 110011 | 11101 |
Color Harmonies of #256D71
Complementary color
Monochromatic Colors of #256D71
Black with #256D71
Text Example
Text Example
White with #256D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D71; }
p { color: rgb(37,109,113); }
H1.HeaderClassName
{
color: #256D71;
}
.AnyTagClassName
{
color: #256D71;
}
</style>
background-color css
<style>
a { background-color: #256D71; }
a { background-color: rgb(37,109,113); }
div.DivClassName
{
background-color: #256D71;
}
.BgClassName
{
background-color: #256D71;
}
</style>
border-color css
<style>
span { border-color: #256D71; }
span { border-color: rgb(37,109,113); }
td.TdClassName
{
border-color: #256D71;
}
.TagClassName
{
border-color: #256D71;
}
</style>