#256C73

Color #256C73 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #256C73

Tints of Allports #256C73

Color information

#256C73 (or 0x256C73) is unknown color: approx Allports. HEX triplet: 25, 6C and 73. RGB value is (37,108,115). Sum of RGB (Red+Green+Blue) = 37+108+115=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #256C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C73 is #DA938C. Grayscale: #575757. Windows color (decimal): -14324621 or 7564325. OLE color: 7564325.

HSL color Cylindrical-coordinate representation of color #256C73: hue angle of 185.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256C73 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37108115-
CMYK0.680.0600.55
HSL185.38º51.32%29.8%-
HSV(B)185.38º67.83%45.1%-
XYZ9.2212.3618.12-
YUV87.57143.4891.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=14.23%
G=41.54%
B=44.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371081150.680.0600.55185.3851.3229.8
Hex256C73446037b9331e
Octal4515416310460672716336
Binary10010111011001110011100010011001101111011100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256C73; }

 p { color: rgb(37,108,115); }

 H1.HeaderClassName
 {
   color: #256C73;
 }
 .AnyTagClassName
 {
   color: #256C73;
 }
</style>
background-color css

<style>
 a { background-color: #256C73; }

 a { background-color: rgb(37,108,115); }

 div.DivClassName
 {
   background-color: #256C73;
 }
 .BgClassName
 {
   background-color: #256C73;
 }
</style>
border-color css

<style>
 span { border-color: #256C73; }

 span { border-color: rgb(37,108,115); }

 td.TdClassName
 {
   border-color: #256C73;
 }
 .TagClassName
 {
   border-color: #256C73;
 }
</style>