#266F57

Color #266F57 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #266F57

Tints of Eden #266F57

Color information

#266F57 (or 0x266F57) is unknown color: approx Eden. HEX triplet: 26, 6F and 57. RGB value is (38,111,87). Sum of RGB (Red+Green+Blue) = 38+111+87=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #266F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F57 is #D990A8. Grayscale: #565656. Windows color (decimal): -14258345 or 5730086. OLE color: 5730086.

HSL color Cylindrical-coordinate representation of color #266F57: hue angle of 160.27º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F57 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB3811187-
CMYK0.6600.220.56
HSL160.27º48.99%29.22%-
HSV(B)160.27º65.77%43.53%-
XYZ8.212.4710.99-
YUV86.44128.3293.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 111 (43.75% from 255) = 47.03%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=16.10%
G=47.03%
B=36.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38111870.6600.220.56160.2748.9929.22
Hex266F574201638a0311d
Octal46157127102026702406135
Binary1001101101111101011110000100101101110001010000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F57; }

 p { color: rgb(38,111,87); }

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

<style>
 a { background-color: #266F57; }

 a { background-color: rgb(38,111,87); }

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

<style>
 span { border-color: #266F57; }

 span { border-color: rgb(38,111,87); }

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