#109F8F

Color #109F8F Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #109F8F

Tints of Persian Green #109F8F

Color information

#109F8F (or 0x109F8F) is unknown color: approx Persian Green. HEX triplet: 10, 9F and 8F. RGB value is (16,159,143). Sum of RGB (Red+Green+Blue) = 16+159+143=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #109F8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109F8F is #EF6070. Grayscale: #727272. Windows color (decimal): -15687793 or 9412368. OLE color: 9412368.

HSL color Cylindrical-coordinate representation of color #109F8F: hue angle of 173.29º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109F8F is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB16159143-
CMYK0.9000.100.38
HSL173.29º81.71%34.31%-
HSV(B)173.29º89.94%62.35%-
XYZ17.5726.8930.25-
YUV114.42144.1257.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.03%
GREEN value IS 159 (62.5% from 255) = 50%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=5.03%
G=50%
B=44.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161591430.9000.100.38173.2981.7134.31
Hex109F8F5A0A26ad5222
Octal202372171320124625512242
Binary100001001111110001111101101001010100110101011011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109F8F; }

 p { color: rgb(16,159,143); }

 H1.HeaderClassName
 {
   color: #109F8F;
 }
 .AnyTagClassName
 {
   color: #109F8F;
 }
</style>
background-color css

<style>
 a { background-color: #109F8F; }

 a { background-color: rgb(16,159,143); }

 div.DivClassName
 {
   background-color: #109F8F;
 }
 .BgClassName
 {
   background-color: #109F8F;
 }
</style>
border-color css

<style>
 span { border-color: #109F8F; }

 span { border-color: rgb(16,159,143); }

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