#10A6A0

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

Shades of Persian Green #10A6A0

Tints of Persian Green #10A6A0

Color information

#10A6A0 (or 0x10A6A0) is unknown color: approx Persian Green. HEX triplet: 10, A6 and A0. RGB value is (16,166,160). Sum of RGB (Red+Green+Blue) = 16+166+160=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #10A6A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A6A0 is #EF595F. Grayscale: #787878. Windows color (decimal): -15685984 or 10528272. OLE color: 10528272.

HSL color Cylindrical-coordinate representation of color #10A6A0: hue angle of 177.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A6A0 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16166160-
CMYK0.9000.040.35
HSL177.6º82.42%35.69%-
HSV(B)177.6º90.36%65.1%-
XYZ20.229.9237.97-
YUV120.47150.353.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.68%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 160 (62.89% from 255) = 46.78%
R=4.68%
G=48.54%
B=46.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161661600.9000.040.35177.682.4235.69
Hex10A6A05A0423b25224
Octal20246240132044326212244
Binary10000101001101010000010110100100100011101100101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A6A0; }

 p { color: rgb(16,166,160); }

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

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

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

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

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

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

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