Shades of Atoll #256D70
Tints of Atoll #256D70
RGB
CMYK
RGB Variations
Color information
#256D70 (or 0x256D70) is known color: Atoll. HEX triplet: 25, 6D and 70. RGB value is (37,109,112). Sum of RGB (Red+Green+Blue) = 37+109+112=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #256D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D70 is #DA928F. Grayscale: #575757. Windows color (decimal): -14324368 or 7367973. OLE color: 7367973.
HSL color Cylindrical-coordinate representation of color #256D70: hue angle of 182.4º degrees, saturation: 0.5, 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 #256D70 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 109 | 112 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.56 |
| HSL | 182.4º | 0.5% | 0.29% | - |
| HSV(B) | 182.4º | 0.67% | 0.44% | - |
| XYZ | 9.16 | 12.5 | 17.26 | - |
| YUV | 87.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 112 | 0.67 | 0.03 | 0 | 0.56 | 182.4 | 0.5 | 0.29 |
| Hex | 25 | 6D | 70 | 43 | 3 | 0 | 38 | B6 | 32 | 1D |
| Octal | 45 | 155 | 160 | 103 | 3 | 0 | 70 | 266 | 62 | 35 |
| Binary | 100101 | 1101101 | 1110000 | 1000011 | 11 | 0 | 111000 | 10110110 | 110010 | 11101 |
Color Harmonies of #256D70
Complementary color
Monochromatic Colors of #256D70
Black with #256D70
Text Example
Text Example
White with #256D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D70; }
p { color: rgb(37,109,112); }
H1.HeaderClassName
{
color: #256D70;
}
.AnyTagClassName
{
color: #256D70;
}
</style>
background-color css
<style>
a { background-color: #256D70; }
a { background-color: rgb(37,109,112); }
div.DivClassName
{
background-color: #256D70;
}
.BgClassName
{
background-color: #256D70;
}
</style>
border-color css
<style>
span { border-color: #256D70; }
span { border-color: rgb(37,109,112); }
td.TdClassName
{
border-color: #256D70;
}
.TagClassName
{
border-color: #256D70;
}
</style>