#109D96

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

Shades of Persian Green #109D96

Tints of Persian Green #109D96

Color information

#109D96 (or 0x109D96) is unknown color: approx Persian Green. HEX triplet: 10, 9D and 96. RGB value is (16,157,150). Sum of RGB (Red+Green+Blue) = 16+157+150=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #109D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109D96 is #EF6269. Grayscale: #717171. Windows color (decimal): -15688298 or 9870608. OLE color: 9870608.

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

Color convert

RGB16157150-
CMYK0.9000.040.38
HSL177.02º81.5%33.92%-
HSV(B)177.02º89.81%61.57%-
XYZ17.7826.4333.02-
YUV114.04148.2958.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.95%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=4.95%
G=48.61%
B=46.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161571500.9000.040.38177.0281.533.92
Hex109D965A0426b15222
Octal20235226132044626112242
Binary10000100111011001011010110100100100110101100011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,157,150); }

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

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

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

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

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

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

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