Html Css Color HEX #278E80 Elm

📋 copy color: '#278E80'

red 39 ◦ green 142 ◦ blue 128

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

Shades of Elm #278E80

Tints of Elm #278E80

RGB

 RED value IS 39 (15.63% from 255) = 12.62%

 GREEN value IS 142 (55.86% from 255) = 45.95%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 12.62%
G = 45.95%
B = 41.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#278E80 (or 0x278E80) is known color: Elm. HEX triplet: 27, 8E and 80. RGB value is (39,142,128). Sum of RGB (Red+Green+Blue) = 39+142+128=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #278E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278E80 is #D8717F. Grayscale: #6D6D6D. Windows color (decimal): -14184832 or 8424999. OLE color: 8424999.

HSL color Cylindrical-coordinate representation of color #278E80: hue angle of 171.84º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278E80 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 142 128 -
CMYK 0.73 0 0.10 0.44
HSL 171.84º 0.57% 0.35% -
HSV(B) 171.84º 0.73% 0.56% -
XYZ 14.41 21.34 23.78 -
YUV 109.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 39 142 128 0.73 0 0.10 0.44 171.84 0.57 0.35
Hex 27 8E 80 49 0 A 2C AC 39 23
Octal 47 216 200 111 0 12 54 254 71 43
Binary 100111 10001110 10000000 1001001 0 1010 101100 10101100 111001 100011

Color Harmonies of #278E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278E80

Black with #278E80

Text Example


Text Example

White with #278E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #278E80;
 }
 .AnyTagClassName
 {
   color: #278E80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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