Html Css Color HEX #198180 Elm

📋 copy color: '#198180'

red 25 ◦ green 129 ◦ blue 128

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

Shades of Elm #198180

Tints of Elm #198180

RGB

 RED value IS 25 (10.16% from 255) = 8.87%

 GREEN value IS 129 (50.78% from 255) = 45.74%

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

R = 8.87%
G = 45.74%
B = 45.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#198180 (or 0x198180) is known color: Elm. HEX triplet: 19, 81 and 80. RGB value is (25,129,128). Sum of RGB (Red+Green+Blue) = 25+129+128=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #198180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198180 is #E67E7F. Grayscale: #616161. Windows color (decimal): -15105664 or 8421657. OLE color: 8421657.

HSL color Cylindrical-coordinate representation of color #198180: hue angle of 179.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198180 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 129 128 -
CMYK 0.81 0 0.01 0.49
HSL 179.42º 0.68% 0.3% -
HSV(B) 179.42º 0.81% 0.51% -
XYZ 12.15 17.47 23.15 -
YUV 97.79 145.04 76.08 -
System Red Green Blue C M Y K H S L
Decimal 25 129 128 0.81 0 0.01 0.49 179.42 0.68 0.3
Hex 19 81 80 51 0 1 31 B3 44 1E
Octal 31 201 200 121 0 1 61 263 104 36
Binary 11001 10000001 10000000 1010001 0 1 110001 10110011 1000100 11110

Color Harmonies of #198180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198180

Black with #198180

Text Example


Text Example

White with #198180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198180; }

 p { color: rgb(25,129,128); }

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

background-color css

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

 a { background-color: rgb(25,129,128); }

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

border-color css

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

 span { border-color: rgb(25,129,128); }

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