#1F8A7C

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

Shades of Elm #1F8A7C

Tints of Elm #1F8A7C

Color information

#1F8A7C (or 0x1F8A7C) is unknown color: approx Elm. HEX triplet: 1F, 8A and 7C. RGB value is (31,138,124). Sum of RGB (Red+Green+Blue) = 31+138+124=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8A7C is #E07583. Grayscale: #686868. Windows color (decimal): -14710148 or 8161823. OLE color: 8161823.

HSL color Cylindrical-coordinate representation of color #1F8A7C: hue angle of 172.15º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8A7C is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB31138124-
CMYK0.7800.100.46
HSL172.15º63.31%33.14%-
HSV(B)172.15º77.54%54.12%-
XYZ13.2919.9222.21-
YUV104.41139.0575.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.58%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=10.58%
G=47.10%
B=42.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311381240.7800.100.46172.1563.3133.14
Hex1F8A7C4E0A2Eac3f21
Octal37212174116012562547741
Binary1111110001010111110010011100101010111010101100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,138,124); }

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

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

 a { background-color: rgb(31,138,124); }

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

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

 span { border-color: rgb(31,138,124); }

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