Html Css Color HEX #16857D Elm

📋 copy color: '#16857D'

red 22 ◦ green 133 ◦ blue 125

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

Shades of Elm #16857D

Tints of Elm #16857D

RGB

 RED value IS 22 (8.98% from 255) = 7.86%

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

 BLUE value IS 125 (49.22% from 255) = 44.64%

R = 7.86%
G = 47.5%
B = 44.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#16857D (or 0x16857D) is known color: Elm. HEX triplet: 16, 85 and 7D. RGB value is (22,133,125). Sum of RGB (Red+Green+Blue) = 22+133+125=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #16857D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16857D is #E97A82. Grayscale: #626262. Windows color (decimal): -15301251 or 8226070. OLE color: 8226070.

HSL color Cylindrical-coordinate representation of color #16857D: hue angle of 175.68º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16857D is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 133 125 -
CMYK 0.83 0 0.06 0.48
HSL 175.68º 0.72% 0.3% -
HSV(B) 175.68º 0.83% 0.52% -
XYZ 12.42 18.43 22.3 -
YUV 98.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 22 133 125 0.83 0 0.06 0.48 175.68 0.72 0.3
Hex 16 85 7D 53 0 6 30 B0 48 1E
Octal 26 205 175 123 0 6 60 260 110 36
Binary 10110 10000101 1111101 1010011 0 110 110000 10110000 1001000 11110

Color Harmonies of #16857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16857D

Black with #16857D

Text Example


Text Example

White with #16857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16857D; }

 p { color: rgb(22,133,125); }

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

background-color css

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

 a { background-color: rgb(22,133,125); }

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

border-color css

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

 span { border-color: rgb(22,133,125); }

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