#278B80

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

Shades of Elm #278B80

Tints of Elm #278B80

Color information

#278B80 (or 0x278B80) is unknown color: approx Elm. HEX triplet: 27, 8B and 80. RGB value is (39,139,128). Sum of RGB (Red+Green+Blue) = 39+139+128=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #278B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B80 is #D8747F. Grayscale: #6B6B6B. Windows color (decimal): -14185600 or 8424231. OLE color: 8424231.

HSL color Cylindrical-coordinate representation of color #278B80: hue angle of 173.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278B80 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB39139128-
CMYK0.7200.080.45
HSL173.4º56.18%34.9%-
HSV(B)173.4º71.94%54.51%-
XYZ13.9720.4623.63-
YUV107.85139.3778.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=12.75%
G=45.42%
B=41.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391280.7200.080.45173.456.1834.9
Hex278B8048082Dad3823
Octal47213200110010552557043
Binary100111100010111000000010010000100010110110101101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,139,128); }

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

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

 a { background-color: rgb(39,139,128); }

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

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

 span { border-color: rgb(39,139,128); }

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