#268A7E

Color #268A7E Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #268A7E

Tints of Elm #268A7E

Color information

#268A7E (or 0x268A7E) is unknown color: approx Elm. HEX triplet: 26, 8A and 7E. RGB value is (38,138,126). Sum of RGB (Red+Green+Blue) = 38+138+126=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #268A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268A7E is #D97581. Grayscale: #6A6A6A. Windows color (decimal): -14251394 or 8292902. OLE color: 8292902.

HSL color Cylindrical-coordinate representation of color #268A7E: hue angle of 172.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A7E is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB38138126-
CMYK0.7200.090.46
HSL172.8º56.82%34.51%-
HSV(B)172.8º72.46%54.12%-
XYZ13.6520.122.9-
YUV106.73138.8778.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 138 (54.30% from 255) = 45.70%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=12.58%
G=45.70%
B=41.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381381260.7200.090.46172.856.8234.51
Hex268A7E48092Ead3923
Octal46212176110011562557143
Binary10011010001010111111010010000100110111010101101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268A7E; }

 p { color: rgb(38,138,126); }

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

<style>
 a { background-color: #268A7E; }

 a { background-color: rgb(38,138,126); }

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

<style>
 span { border-color: #268A7E; }

 span { border-color: rgb(38,138,126); }

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