#266A5A

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

Shades of Eden #266A5A

Tints of Eden #266A5A

Color information

#266A5A (or 0x266A5A) is unknown color: approx Eden. HEX triplet: 26, 6A and 5A. RGB value is (38,106,90). Sum of RGB (Red+Green+Blue) = 38+106+90=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 106 - color contains mainly: green. Hex color #266A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266A5A is #D995A5. Grayscale: #535353. Windows color (decimal): -14259622 or 5925414. OLE color: 5925414.

HSL color Cylindrical-coordinate representation of color #266A5A: hue angle of 165.88º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266A5A is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB3810690-
CMYK0.6400.150.58
HSL165.88º47.22%28.24%-
HSV(B)165.88º64.15%41.57%-
XYZ7.811.4611.47-
YUV83.84131.4795.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=16.24%
G=45.30%
B=38.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38106900.6400.150.58165.8847.2228.24
Hex266A5A400F3Aa62f1c
Octal46152132100017722465734
Binary100110110101010110101000000011111110101010011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,106,90); }

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

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

 a { background-color: rgb(38,106,90); }

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

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

 span { border-color: rgb(38,106,90); }

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