Html Css Color HEX #198280 Elm

📋 copy color: '#198280'

red 25 ◦ green 130 ◦ blue 128

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

Shades of Elm #198280

Tints of Elm #198280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

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

R = 8.83%
G = 45.94%
B = 45.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#198280 (or 0x198280) is known color: Elm. HEX triplet: 19, 82 and 80. RGB value is (25,130,128). Sum of RGB (Red+Green+Blue) = 25+130+128=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #198280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198280 is #E67D7F. Grayscale: #626262. Windows color (decimal): -15105408 or 8421913. OLE color: 8421913.

HSL color Cylindrical-coordinate representation of color #198280: hue angle of 178.86º 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 #198280 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 128 -
CMYK 0.81 0 0.02 0.49
HSL 178.86º 0.68% 0.3% -
HSV(B) 178.86º 0.81% 0.51% -
XYZ 12.28 17.73 23.2 -
YUV 98.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 25 130 128 0.81 0 0.02 0.49 178.86 0.68 0.3
Hex 19 82 80 51 0 2 31 B3 44 1E
Octal 31 202 200 121 0 2 61 263 104 36
Binary 11001 10000010 10000000 1010001 0 10 110001 10110011 1000100 11110

Color Harmonies of #198280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198280

Black with #198280

Text Example


Text Example

White with #198280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198280; }

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

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

background-color css

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

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

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

border-color css

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

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

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