Html Css Color HEX #266E6A Elm

📋 copy color: '#266E6A'

red 38 ◦ green 110 ◦ blue 106

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

Shades of Elm #266E6A

Tints of Elm #266E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.31%

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 14.96%
G = 43.31%
B = 41.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#266E6A (or 0x266E6A) is known color: Elm. HEX triplet: 26, 6E and 6A. RGB value is (38,110,106). Sum of RGB (Red+Green+Blue) = 38+110+106=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #266E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266E6A is #D99195. Grayscale: #575757. Windows color (decimal): -14258582 or 6975014. OLE color: 6975014.

HSL color Cylindrical-coordinate representation of color #266E6A: hue angle of 176.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266E6A is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 110 106 -
CMYK 0.65 0 0.04 0.57
HSL 176.67º 0.49% 0.29% -
HSV(B) 176.67º 0.65% 0.43% -
XYZ 8.98 12.6 15.6 -
YUV 88.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 38 110 106 0.65 0 0.04 0.57 176.67 0.49 0.29
Hex 26 6E 6A 41 0 4 39 B1 31 1D
Octal 46 156 152 101 0 4 71 261 61 35
Binary 100110 1101110 1101010 1000001 0 100 111001 10110001 110001 11101

Color Harmonies of #266E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266E6A

Black with #266E6A

Text Example


Text Example

White with #266E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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