#1F8C82

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

Shades of Elm #1F8C82

Tints of Elm #1F8C82

Color information

#1F8C82 (or 0x1F8C82) is unknown color: approx Elm. HEX triplet: 1F, 8C and 82. RGB value is (31,140,130). Sum of RGB (Red+Green+Blue) = 31+140+130=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8C82 is #E0737D. Grayscale: #6A6A6A. Windows color (decimal): -14709630 or 8555551. OLE color: 8555551.

HSL color Cylindrical-coordinate representation of color #1F8C82: hue angle of 174.5º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8C82 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB31140130-
CMYK0.7800.070.45
HSL174.5º63.74%33.53%-
HSV(B)174.5º77.86%54.9%-
XYZ13.9720.6624.37-
YUV106.27141.3974.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.30%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=10.30%
G=46.51%
B=43.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311401300.7800.070.45174.563.7433.53
Hex1F8C824E072Dae4022
Octal37214202116075525610042
Binary11111100011001000001010011100111101101101011101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F8C82; }

 p { color: rgb(31,140,130); }

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

<style>
 a { background-color: #1F8C82; }

 a { background-color: rgb(31,140,130); }

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

<style>
 span { border-color: #1F8C82; }

 span { border-color: rgb(31,140,130); }

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