Html Css Color HEX #1F8A7C Elm

📋 copy color: '#1F8A7C'

red 31 ◦ green 138 ◦ blue 124

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

Shades of Elm #1F8A7C

Tints of Elm #1F8A7C

RGB

 RED value IS 31 (12.5% from 255) = 10.58%

 GREEN value IS 138 (54.3% from 255) = 47.1%

 BLUE value IS 124 (48.83% from 255) = 42.32%

R = 10.58%
G = 47.1%
B = 42.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#1F8A7C (or 0x1F8A7C) is known color: 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

RGB 31 138 124 -
CMYK 0.78 0 0.10 0.46
HSL 172.15º 0.63% 0.33% -
HSV(B) 172.15º 0.78% 0.54% -
XYZ 13.29 19.92 22.21 -
YUV 104.41 139.05 75.64 -
System Red Green Blue C M Y K H S L
Decimal 31 138 124 0.78 0 0.10 0.46 172.15 0.63 0.33
Hex 1F 8A 7C 4E 0 A 2E AC 3F 21
Octal 37 212 174 116 0 12 56 254 77 41
Binary 11111 10001010 1111100 1001110 0 1010 101110 10101100 111111 100001

Color Harmonies of #1F8A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8A7C

Black with #1F8A7C

Text Example


Text Example

White with #1F8A7C

Text Example


Text Example

HTML Codes & Css Web 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>