Shades of Allports #256D7F
Tints of Allports #256D7F
RGB
CMYK
RGB Variations
Color information
#256D7F (or 0x256D7F) is known color: Allports. HEX triplet: 25, 6D and 7F. RGB value is (37,109,127). Sum of RGB (Red+Green+Blue) = 37+109+127=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #256D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D7F is #DA9280. Grayscale: #595959. Windows color (decimal): -14324353 or 8351013. OLE color: 8351013.
HSL color Cylindrical-coordinate representation of color #256D7F: hue angle of 192º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256D7F is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 109 | 127 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.50 |
| HSL | 192º | 0.55% | 0.32% | - |
| HSV(B) | 192º | 0.71% | 0.5% | - |
| XYZ | 10.06 | 12.86 | 22.03 | - |
| YUV | 89.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 127 | 0.71 | 0.14 | 0 | 0.50 | 192 | 0.55 | 0.32 |
| Hex | 25 | 6D | 7F | 47 | E | 0 | 32 | C0 | 37 | 20 |
| Octal | 45 | 155 | 177 | 107 | 16 | 0 | 62 | 300 | 67 | 40 |
| Binary | 100101 | 1101101 | 1111111 | 1000111 | 1110 | 0 | 110010 | 11000000 | 110111 | 100000 |
Color Harmonies of #256D7F
Complementary color
Monochromatic Colors of #256D7F
Black with #256D7F
Text Example
Text Example
White with #256D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D7F; }
p { color: rgb(37,109,127); }
H1.HeaderClassName
{
color: #256D7F;
}
.AnyTagClassName
{
color: #256D7F;
}
</style>
background-color css
<style>
a { background-color: #256D7F; }
a { background-color: rgb(37,109,127); }
div.DivClassName
{
background-color: #256D7F;
}
.BgClassName
{
background-color: #256D7F;
}
</style>
border-color css
<style>
span { border-color: #256D7F; }
span { border-color: rgb(37,109,127); }
td.TdClassName
{
border-color: #256D7F;
}
.TagClassName
{
border-color: #256D7F;
}
</style>