Html Css Color HEX #1A837D Elm

📋 copy color: '#1A837D'

red 26 ◦ green 131 ◦ blue 125

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

Shades of Elm #1A837D

Tints of Elm #1A837D

RGB

 RED value IS 26 (10.55% from 255) = 9.22%

 GREEN value IS 131 (51.56% from 255) = 46.45%

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

R = 9.22%
G = 46.45%
B = 44.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#1A837D (or 0x1A837D) is known color: Elm. HEX triplet: 1A, 83 and 7D. RGB value is (26,131,125). Sum of RGB (Red+Green+Blue) = 26+131+125=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #1A837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A837D is #E57C82. Grayscale: #626262. Windows color (decimal): -15039619 or 8225562. OLE color: 8225562.

HSL color Cylindrical-coordinate representation of color #1A837D: hue angle of 176.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A837D is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 26 131 125 -
CMYK 0.80 0 0.05 0.49
HSL 176.57º 0.67% 0.31% -
HSV(B) 176.57º 0.8% 0.51% -
XYZ 12.24 17.93 22.22 -
YUV 98.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 26 131 125 0.80 0 0.05 0.49 176.57 0.67 0.31
Hex 1A 83 7D 50 0 5 31 B1 43 1F
Octal 32 203 175 120 0 5 61 261 103 37
Binary 11010 10000011 1111101 1010000 0 101 110001 10110001 1000011 11111

Color Harmonies of #1A837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A837D

Black with #1A837D

Text Example


Text Example

White with #1A837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,131,125); }

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

background-color css

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

 a { background-color: rgb(26,131,125); }

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

border-color css

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

 span { border-color: rgb(26,131,125); }

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