Html Css Color HEX #16827D Elm

📋 copy color: '#16827D'

red 22 ◦ green 130 ◦ blue 125

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

Shades of Elm #16827D

Tints of Elm #16827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

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

R = 7.94%
G = 46.93%
B = 45.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#16827D (or 0x16827D) is known color: Elm. HEX triplet: 16, 82 and 7D. RGB value is (22,130,125). Sum of RGB (Red+Green+Blue) = 22+130+125=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #16827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16827D is #E97D82. Grayscale: #616161. Windows color (decimal): -15302019 or 8225302. OLE color: 8225302.

HSL color Cylindrical-coordinate representation of color #16827D: hue angle of 177.22º 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 #16827D is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 130 125 -
CMYK 0.83 0 0.04 0.49
HSL 177.22º 0.71% 0.3% -
HSV(B) 177.22º 0.83% 0.51% -
XYZ 12.02 17.62 22.17 -
YUV 97.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 22 130 125 0.83 0 0.04 0.49 177.22 0.71 0.3
Hex 16 82 7D 53 0 4 31 B1 47 1E
Octal 26 202 175 123 0 4 61 261 107 36
Binary 10110 10000010 1111101 1010011 0 100 110001 10110001 1000111 11110

Color Harmonies of #16827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16827D

Black with #16827D

Text Example


Text Example

White with #16827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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