#198883

Color #198883 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #198883

Tints of Elm #198883

Color information

#198883 (or 0x198883) is unknown color: approx Elm. HEX triplet: 19, 88 and 83. RGB value is (25,136,131). Sum of RGB (Red+Green+Blue) = 25+136+131=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #198883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198883 is #E6777C. Grayscale: #666666. Windows color (decimal): -15103869 or 8620057. OLE color: 8620057.

HSL color Cylindrical-coordinate representation of color #198883: hue angle of 177.3º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198883 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB25136131-
CMYK0.8200.040.47
HSL177.3º68.94%31.57%-
HSV(B)177.3º81.62%53.33%-
XYZ13.319.4524.53-
YUV102.24144.2372.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.56%
GREEN value IS 136 (53.52% from 255) = 46.58%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=8.56%
G=46.58%
B=44.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251361310.8200.040.47177.368.9431.57
Hex19888352042Fb14520
Octal31210203122045726110540
Binary11001100010001000001110100100100101111101100011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198883; }

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

 H1.HeaderClassName
 {
   color: #198883;
 }
 .AnyTagClassName
 {
   color: #198883;
 }
</style>
background-color css

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

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

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

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

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

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