#256F73

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

Shades of Atoll #256F73

Tints of Atoll #256F73

Color information

#256F73 (or 0x256F73) is unknown color: approx Atoll. HEX triplet: 25, 6F and 73. RGB value is (37,111,115). Sum of RGB (Red+Green+Blue) = 37+111+115=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #256F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F73 is #DA908C. Grayscale: #595959. Windows color (decimal): -14323853 or 7565093. OLE color: 7565093.

HSL color Cylindrical-coordinate representation of color #256F73: hue angle of 183.08º 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 #256F73 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37111115-
CMYK0.680.0300.55
HSL183.08º51.32%29.8%-
HSV(B)183.08º67.83%45.1%-
XYZ9.541318.23-
YUV89.33142.4890.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=14.07%
G=42.21%
B=43.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371111150.680.0300.55183.0851.3229.8
Hex256F73443037b7331e
Octal4515716310430672676336
Binary1001011101111111001110001001101101111011011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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