Html Css Color HEX #16A795 Persian Green

📋 copy color: '#16A795'

red 22 ◦ green 167 ◦ blue 149

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

Shades of Persian Green #16A795

Tints of Persian Green #16A795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.41%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 6.51%
G = 49.41%
B = 44.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#16A795 (or 0x16A795) is known color: Persian Green. HEX triplet: 16, A7 and 95. RGB value is (22,167,149). Sum of RGB (Red+Green+Blue) = 22+167+149=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #16A795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A795 is #E9586A. Grayscale: #797979. Windows color (decimal): -15292523 or 9807638. OLE color: 9807638.

HSL color Cylindrical-coordinate representation of color #16A795: hue angle of 172.55º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A795 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 167 149 -
CMYK 0.87 0 0.11 0.35
HSL 172.55º 0.77% 0.37% -
HSV(B) 172.55º 0.87% 0.65% -
XYZ 19.57 29.98 33.19 -
YUV 121.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 22 167 149 0.87 0 0.11 0.35 172.55 0.77 0.37
Hex 16 A7 95 57 0 B 23 AD 4D 25
Octal 26 247 225 127 0 13 43 255 115 45
Binary 10110 10100111 10010101 1010111 0 1011 100011 10101101 1001101 100101

Color Harmonies of #16A795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A795

Black with #16A795

Text Example


Text Example

White with #16A795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16A795; }

 p { color: rgb(22,167,149); }

 H1.HeaderClassName
 {
   color: #16A795;
 }
 .AnyTagClassName
 {
   color: #16A795;
 }
</style>

background-color css

<style>
 a { background-color: #16A795; }

 a { background-color: rgb(22,167,149); }

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

border-color css

<style>
 span { border-color: #16A795; }

 span { border-color: rgb(22,167,149); }

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