Html Css Color HEX #198380 Elm

📋 copy color: '#198380'

red 25 ◦ green 131 ◦ blue 128

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

Shades of Elm #198380

Tints of Elm #198380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

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

R = 8.8%
G = 46.13%
B = 45.07%

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

#198380 (or 0x198380) is known color: Elm. HEX triplet: 19, 83 and 80. RGB value is (25,131,128). Sum of RGB (Red+Green+Blue) = 25+131+128=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #198380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198380 is #E67C7F. Grayscale: #626262. Windows color (decimal): -15105152 or 8422169. OLE color: 8422169.

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

Color convert

RGB 25 131 128 -
CMYK 0.81 0 0.02 0.49
HSL 178.3º 0.68% 0.31% -
HSV(B) 178.3º 0.81% 0.51% -
XYZ 12.41 18 23.24 -
YUV 98.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 25 131 128 0.81 0 0.02 0.49 178.3 0.68 0.31
Hex 19 83 80 51 0 2 31 B2 44 1F
Octal 31 203 200 121 0 2 61 262 104 37
Binary 11001 10000011 10000000 1010001 0 10 110001 10110010 1000100 11111

Color Harmonies of #198380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198380

Black with #198380

Text Example


Text Example

White with #198380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198380; }

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

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

background-color css

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

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

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

border-color css

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

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

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