Html Css Color HEX #1A8980 Elm

📋 copy color: '#1A8980'

red 26 ◦ green 137 ◦ blue 128

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

Shades of Elm #1A8980

Tints of Elm #1A8980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 8.93%
G = 47.08%
B = 43.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#1A8980 (or 0x1A8980) is known color: Elm. HEX triplet: 1A, 89 and 80. RGB value is (26,137,128). Sum of RGB (Red+Green+Blue) = 26+137+128=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8980 is #E5767F. Grayscale: #666666. Windows color (decimal): -15038080 or 8423706. OLE color: 8423706.

HSL color Cylindrical-coordinate representation of color #1A8980: hue angle of 175.14º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8980 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 137 128 -
CMYK 0.81 0 0.07 0.46
HSL 175.14º 0.68% 0.32% -
HSV(B) 175.14º 0.81% 0.54% -
XYZ 13.27 19.67 23.52 -
YUV 102.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 26 137 128 0.81 0 0.07 0.46 175.14 0.68 0.32
Hex 1A 89 80 51 0 7 2E AF 44 20
Octal 32 211 200 121 0 7 56 257 104 40
Binary 11010 10001001 10000000 1010001 0 111 101110 10101111 1000100 100000

Color Harmonies of #1A8980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A8980

Black with #1A8980

Text Example


Text Example

White with #1A8980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,137,128); }

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

background-color css

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

 a { background-color: rgb(26,137,128); }

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

border-color css

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

 span { border-color: rgb(26,137,128); }

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