Html Css Color HEX #16827E Elm

📋 copy color: '#16827E'

red 22 ◦ green 130 ◦ blue 126

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

Shades of Elm #16827E

Tints of Elm #16827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 7.91%
G = 46.76%
B = 45.32%

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

#16827E (or 0x16827E) is known color: Elm. HEX triplet: 16, 82 and 7E. RGB value is (22,130,126). Sum of RGB (Red+Green+Blue) = 22+130+126=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #16827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16827E is #E97D81. Grayscale: #616161. Windows color (decimal): -15302018 or 8290838. OLE color: 8290838.

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

Color convert

RGB 22 130 126 -
CMYK 0.83 0 0.03 0.49
HSL 177.78º 0.71% 0.3% -
HSV(B) 177.78º 0.83% 0.51% -
XYZ 12.08 17.64 22.51 -
YUV 97.25 144.22 74.33 -
System Red Green Blue C M Y K H S L
Decimal 22 130 126 0.83 0 0.03 0.49 177.78 0.71 0.3
Hex 16 82 7E 53 0 3 31 B2 47 1E
Octal 26 202 176 123 0 3 61 262 107 36
Binary 10110 10000010 1111110 1010011 0 11 110001 10110010 1000111 11110

Color Harmonies of #16827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16827E

Black with #16827E

Text Example


Text Example

White with #16827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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