#109F9F

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

Shades of Persian Green #109F9F

Tints of Persian Green #109F9F

Color information

#109F9F (or 0x109F9F) is unknown color: approx Persian Green. HEX triplet: 10, 9F and 9F. RGB value is (16,159,159). Sum of RGB (Red+Green+Blue) = 16+159+159=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #109F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109F9F is #EF6060. Grayscale: #747474. Windows color (decimal): -15687777 or 10460944. OLE color: 10460944.

HSL color Cylindrical-coordinate representation of color #109F9F: hue angle of 180º 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 #109F9F is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB16159159-
CMYK0.90000.38
HSL180º81.71%34.31%-
HSV(B)180º89.94%62.35%-
XYZ18.8727.4137.1-
YUV116.24152.1256.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.79%
GREEN value IS 159 (62.5% from 255) = 47.60%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=4.79%
G=47.60%
B=47.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161591590.90000.3818081.7134.31
Hex109F9F5A0026b45222
Octal20237237132004626412242
Binary100001001111110011111101101000100110101101001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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