Html Css Color HEX #198B7F Elm

📋 copy color: '#198B7F'

red 25 ◦ green 139 ◦ blue 127

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

Shades of Elm #198B7F

Tints of Elm #198B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.77%

 BLUE value IS 127 (50% from 255) = 43.64%

R = 8.59%
G = 47.77%
B = 43.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#198B7F (or 0x198B7F) is known color: Elm. HEX triplet: 19, 8B and 7F. RGB value is (25,139,127). Sum of RGB (Red+Green+Blue) = 25+139+127=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #198B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198B7F is #E67480. Grayscale: #676767. Windows color (decimal): -15103105 or 8358681. OLE color: 8358681.

HSL color Cylindrical-coordinate representation of color #198B7F: hue angle of 173.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B7F is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 139 127 -
CMYK 0.82 0 0.09 0.45
HSL 173.68º 0.7% 0.32% -
HSV(B) 173.68º 0.82% 0.55% -
XYZ 13.46 20.2 23.27 -
YUV 103.55 141.23 71.98 -
System Red Green Blue C M Y K H S L
Decimal 25 139 127 0.82 0 0.09 0.45 173.68 0.7 0.32
Hex 19 8B 7F 52 0 9 2D AE 46 20
Octal 31 213 177 122 0 11 55 256 106 40
Binary 11001 10001011 1111111 1010010 0 1001 101101 10101110 1000110 100000

Color Harmonies of #198B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B7F

Black with #198B7F

Text Example


Text Example

White with #198B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198B7F; }

 p { color: rgb(25,139,127); }

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

background-color css

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

 a { background-color: rgb(25,139,127); }

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

border-color css

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

 span { border-color: rgb(25,139,127); }

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