#278B82

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

Shades of Elm #278B82

Tints of Elm #278B82

Color information

#278B82 (or 0x278B82) is unknown color: approx Elm. HEX triplet: 27, 8B and 82. RGB value is (39,139,130). Sum of RGB (Red+Green+Blue) = 39+139+130=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #278B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278B82 is #D8747D. Grayscale: #6C6C6C. Windows color (decimal): -14185598 or 8555303. OLE color: 8555303.

HSL color Cylindrical-coordinate representation of color #278B82: hue angle of 174.6º 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 #278B82 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB39139130-
CMYK0.7200.060.45
HSL174.6º56.18%34.9%-
HSV(B)174.6º71.94%54.51%-
XYZ14.120.5124.33-
YUV108.07140.3778.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=12.66%
G=45.13%
B=42.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391391300.7200.060.45174.656.1834.9
Hex278B8248062Daf3823
Octal4721320211006552577043
Binary10011110001011100000101001000011010110110101111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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