Html Css Color HEX #16A895 Persian Green

📋 copy color: '#16A895'

red 22 ◦ green 168 ◦ blue 149

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

Shades of Persian Green #16A895

Tints of Persian Green #16A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.56%

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

R = 6.49%
G = 49.56%
B = 43.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#16A895 (or 0x16A895) is known color: Persian Green. HEX triplet: 16, A8 and 95. RGB value is (22,168,149). Sum of RGB (Red+Green+Blue) = 22+168+149=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #16A895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A895 is #E9576A. Grayscale: #7A7A7A. Windows color (decimal): -15292267 or 9807894. OLE color: 9807894.

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

Color convert

RGB 22 168 149 -
CMYK 0.87 0 0.11 0.34
HSL 172.19º 0.77% 0.37% -
HSV(B) 172.19º 0.87% 0.66% -
XYZ 19.76 30.35 33.25 -
YUV 122.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 22 168 149 0.87 0 0.11 0.34 172.19 0.77 0.37
Hex 16 A8 95 57 0 B 22 AC 4D 25
Octal 26 250 225 127 0 13 42 254 115 45
Binary 10110 10101000 10010101 1010111 0 1011 100010 10101100 1001101 100101

Color Harmonies of #16A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A895

Black with #16A895

Text Example


Text Example

White with #16A895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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