#1f8682

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

Shades of Elm #1F8682

Tints of Elm #1F8682

Color information

#1F8682 (or 0x1F8682) is unknown color: approx Elm. HEX triplet: 1F, 86 and 82. RGB value is (31,134,130). Sum of RGB (Red+Green+Blue) = 31+134+130=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8682 is #E0797D. Grayscale: #666666. Windows color (decimal): -14711166 or 8554015. OLE color: 8554015.

HSL color Cylindrical-coordinate representation of color #1F8682: hue angle of 177.67º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8682 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB31134130-
CMYK0.7700.030.47
HSL177.67º62.42%32.35%-
HSV(B)177.67º76.87%52.55%-
XYZ13.1218.9524.09-
YUV102.75143.3876.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=10.51%
G=45.42%
B=44.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311341300.7700.030.47177.6762.4232.35
Hex1F86824D032Fb23e20
Octal3720620211503572627640
Binary111111000011010000010100110101110111110110010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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