Html Css Color HEX #266B5A Eden

📋 copy color: '#266B5A'

red 38 ◦ green 107 ◦ blue 90

#266B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #266B5A

Tints of Eden #266B5A

RGB

 RED value IS 38 (15.23% from 255) = 16.17%

 GREEN value IS 107 (42.19% from 255) = 45.53%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 16.17%
G = 45.53%
B = 38.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#266B5A (or 0x266B5A) is known color: Eden. HEX triplet: 26, 6B and 5A. RGB value is (38,107,90). Sum of RGB (Red+Green+Blue) = 38+107+90=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #266B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B5A is #D994A5. Grayscale: #545454. Windows color (decimal): -14259366 or 5925670. OLE color: 5925670.

HSL color Cylindrical-coordinate representation of color #266B5A: hue angle of 165.22º degrees, saturation: 0.48, 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 #266B5A is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 107 90 -
CMYK 0.64 0 0.16 0.58
HSL 165.22º 0.48% 0.28% -
HSV(B) 165.22º 0.64% 0.42% -
XYZ 7.9 11.67 11.51 -
YUV 84.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 38 107 90 0.64 0 0.16 0.58 165.22 0.48 0.28
Hex 26 6B 5A 40 0 10 3A A5 30 1C
Octal 46 153 132 100 0 20 72 245 60 34
Binary 100110 1101011 1011010 1000000 0 10000 111010 10100101 110000 11100

Color Harmonies of #266B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266B5A

Black with #266B5A

Text Example


Text Example

White with #266B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #266B5A;
 }
 .AnyTagClassName
 {
   color: #266B5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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