#109986

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

Shades of Persian Green #109986

Tints of Persian Green #109986

Color information

#109986 (or 0x109986) is unknown color: approx Persian Green. HEX triplet: 10, 99 and 86. RGB value is (16,153,134). Sum of RGB (Red+Green+Blue) = 16+153+134=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #109986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109986 is #EF6679. Grayscale: #6D6D6D. Windows color (decimal): -15689338 or 8821008. OLE color: 8821008.

HSL color Cylindrical-coordinate representation of color #109986: hue angle of 171.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109986 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB16153134-
CMYK0.9000.120.4
HSL171.68º81.07%33.14%-
HSV(B)171.68º89.54%60%-
XYZ15.9124.6126.47-
YUV109.87141.6161.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.28%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=5.28%
G=50.50%
B=44.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal161531340.9000.120.4171.6881.0733.14
Hex1099865A0C28ac5121
Octal202312061320145025412141
Binary100001001100110000110101101001100101000101011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109986; }

 p { color: rgb(16,153,134); }

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

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

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

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

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

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

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