#278A7E

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

Shades of Elm #278A7E

Tints of Elm #278A7E

Color information

#278A7E (or 0x278A7E) is unknown color: approx Elm. HEX triplet: 27, 8A and 7E. RGB value is (39,138,126). Sum of RGB (Red+Green+Blue) = 39+138+126=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #278A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278A7E is #D87581. Grayscale: #6A6A6A. Windows color (decimal): -14185858 or 8292903. OLE color: 8292903.

HSL color Cylindrical-coordinate representation of color #278A7E: hue angle of 172.73º degrees, saturation: 0.56, 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 #278A7E is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB39138126-
CMYK0.7200.090.46
HSL172.73º55.93%34.71%-
HSV(B)172.73º71.74%54.12%-
XYZ13.6920.1122.9-
YUV107.03138.779.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.87%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=12.87%
G=45.54%
B=41.58%

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
Decimal391381260.7200.090.46172.7355.9334.71
Hex278A7E48092Ead3823
Octal47212176110011562557043
Binary10011110001010111111010010000100110111010101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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