Html Css Color HEX #16827A Elm

📋 copy color: '#16827A'

red 22 ◦ green 130 ◦ blue 122

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

Shades of Elm #16827A

Tints of Elm #16827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 8.03%
G = 47.45%
B = 44.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#16827A (or 0x16827A) is known color: Elm. HEX triplet: 16, 82 and 7A. RGB value is (22,130,122). Sum of RGB (Red+Green+Blue) = 22+130+122=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #16827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16827A is #E97D85. Grayscale: #606060. Windows color (decimal): -15302022 or 8028694. OLE color: 8028694.

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

Color convert

RGB 22 130 122 -
CMYK 0.83 0 0.06 0.49
HSL 175.56º 0.71% 0.3% -
HSV(B) 175.56º 0.83% 0.51% -
XYZ 11.83 17.54 21.17 -
YUV 96.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 22 130 122 0.83 0 0.06 0.49 175.56 0.71 0.3
Hex 16 82 7A 53 0 6 31 B0 47 1E
Octal 26 202 172 123 0 6 61 260 107 36
Binary 10110 10000010 1111010 1010011 0 110 110001 10110000 1000111 11110

Color Harmonies of #16827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16827A

Black with #16827A

Text Example


Text Example

White with #16827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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