Html Css Color HEX #198580 Elm

📋 copy color: '#198580'

red 25 ◦ green 133 ◦ blue 128

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

Shades of Elm #198580

Tints of Elm #198580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 8.74%
G = 46.5%
B = 44.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#198580 (or 0x198580) is known color: Elm. HEX triplet: 19, 85 and 80. RGB value is (25,133,128). Sum of RGB (Red+Green+Blue) = 25+133+128=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #198580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198580 is #E67A7F. Grayscale: #646464. Windows color (decimal): -15104640 or 8422681. OLE color: 8422681.

HSL color Cylindrical-coordinate representation of color #198580: hue angle of 177.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198580 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 133 128 -
CMYK 0.81 0 0.04 0.48
HSL 177.22º 0.68% 0.31% -
HSV(B) 177.22º 0.81% 0.52% -
XYZ 12.68 18.54 23.33 -
YUV 100.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 25 133 128 0.81 0 0.04 0.48 177.22 0.68 0.31
Hex 19 85 80 51 0 4 30 B1 44 1F
Octal 31 205 200 121 0 4 60 261 104 37
Binary 11001 10000101 10000000 1010001 0 100 110000 10110001 1000100 11111

Color Harmonies of #198580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198580

Black with #198580

Text Example


Text Example

White with #198580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198580; }

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

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

background-color css

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

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

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

border-color css

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

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

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