#256B6F

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

Shades of Atoll #256B6F

Tints of Atoll #256B6F

Color information

#256B6F (or 0x256B6F) is unknown color: approx Atoll. HEX triplet: 25, 6B and 6F. RGB value is (37,107,111). Sum of RGB (Red+Green+Blue) = 37+107+111=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #256B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B6F is #DA9490. Grayscale: #565656. Windows color (decimal): -14324881 or 7301925. OLE color: 7301925.

HSL color Cylindrical-coordinate representation of color #256B6F: hue angle of 183.24º 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 #256B6F is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB37107111-
CMYK0.670.0400.56
HSL183.24º50%29.02%-
HSV(B)183.24º66.67%43.53%-
XYZ8.8912.0616.9-
YUV86.53141.8192.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.51%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 111 (43.75% from 255) = 43.53%
R=14.51%
G=41.96%
B=43.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371071110.670.0400.56183.245029.02
Hex256B6F434038b7321d
Octal4515315710340702676235
Binary10010111010111101111100001110001110001011011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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