Html Css Color HEX #1C8980 Elm

📋 copy color: '#1C8980'

red 28 ◦ green 137 ◦ blue 128

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

Shades of Elm #1C8980

Tints of Elm #1C8980

RGB

 RED value IS 28 (11.33% from 255) = 9.56%

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

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

R = 9.56%
G = 46.76%
B = 43.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#1C8980 (or 0x1C8980) is known color: Elm. HEX triplet: 1C, 89 and 80. RGB value is (28,137,128). Sum of RGB (Red+Green+Blue) = 28+137+128=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8980 is #E3767F. Grayscale: #676767. Windows color (decimal): -14907008 or 8423708. OLE color: 8423708.

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

Color convert

RGB 28 137 128 -
CMYK 0.80 0 0.07 0.46
HSL 175.05º 0.66% 0.32% -
HSV(B) 175.05º 0.8% 0.54% -
XYZ 13.32 19.7 23.52 -
YUV 103.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 28 137 128 0.80 0 0.07 0.46 175.05 0.66 0.32
Hex 1C 89 80 50 0 7 2E AF 42 20
Octal 34 211 200 120 0 7 56 257 102 40
Binary 11100 10001001 10000000 1010000 0 111 101110 10101111 1000010 100000

Color Harmonies of #1C8980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8980

Black with #1C8980

Text Example


Text Example

White with #1C8980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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