Html Css Color HEX #1F897D Elm

📋 copy color: '#1F897D'

red 31 ◦ green 137 ◦ blue 125

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

Shades of Elm #1F897D

Tints of Elm #1F897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 10.58%
G = 46.76%
B = 42.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#1F897D (or 0x1F897D) is known color: Elm. HEX triplet: 1F, 89 and 7D. RGB value is (31,137,125). Sum of RGB (Red+Green+Blue) = 31+137+125=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #1F897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F897D is #E07682. Grayscale: #676767. Windows color (decimal): -14710403 or 8227103. OLE color: 8227103.

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

Color convert

RGB 31 137 125 -
CMYK 0.77 0 0.09 0.46
HSL 173.21º 0.63% 0.33% -
HSV(B) 173.21º 0.77% 0.54% -
XYZ 13.21 19.66 22.5 -
YUV 103.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 31 137 125 0.77 0 0.09 0.46 173.21 0.63 0.33
Hex 1F 89 7D 4D 0 9 2E AD 3F 21
Octal 37 211 175 115 0 11 56 255 77 41
Binary 11111 10001001 1111101 1001101 0 1001 101110 10101101 111111 100001

Color Harmonies of #1F897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F897D

Black with #1F897D

Text Example


Text Example

White with #1F897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,137,125); }

 H1.HeaderClassName
 {
   color: #1F897D;
 }
 .AnyTagClassName
 {
   color: #1F897D;
 }
</style>

background-color css

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

 a { background-color: rgb(31,137,125); }

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

border-color css

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

 span { border-color: rgb(31,137,125); }

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