Html Css Color HEX #16817D Elm

📋 copy color: '#16817D'

red 22 ◦ green 129 ◦ blue 125

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

Shades of Elm #16817D

Tints of Elm #16817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.74%

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

R = 7.97%
G = 46.74%
B = 45.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#16817D (or 0x16817D) is known color: Elm. HEX triplet: 16, 81 and 7D. RGB value is (22,129,125). Sum of RGB (Red+Green+Blue) = 22+129+125=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #16817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16817D is #E97E82. Grayscale: #606060. Windows color (decimal): -15302275 or 8225046. OLE color: 8225046.

HSL color Cylindrical-coordinate representation of color #16817D: hue angle of 177.76º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16817D is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 129 125 -
CMYK 0.83 0 0.03 0.49
HSL 177.76º 0.71% 0.3% -
HSV(B) 177.76º 0.83% 0.51% -
XYZ 11.88 17.35 22.12 -
YUV 96.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 22 129 125 0.83 0 0.03 0.49 177.76 0.71 0.3
Hex 16 81 7D 53 0 3 31 B2 47 1E
Octal 26 201 175 123 0 3 61 262 107 36
Binary 10110 10000001 1111101 1010011 0 11 110001 10110010 1000111 11110

Color Harmonies of #16817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16817D

Black with #16817D

Text Example


Text Example

White with #16817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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