#10A58E

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

Shades of Persian Green #10A58E

Tints of Persian Green #10A58E

Color information

#10A58E (or 0x10A58E) is unknown color: approx Persian Green. HEX triplet: 10, A5 and 8E. RGB value is (16,165,142). Sum of RGB (Red+Green+Blue) = 16+165+142=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #10A58E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A58E is #EF5A71. Grayscale: #757575. Windows color (decimal): -15686258 or 9348368. OLE color: 9348368.

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

Color convert

RGB16165142-
CMYK0.9000.140.35
HSL170.74º82.32%35.49%-
HSV(B)170.74º90.3%64.71%-
XYZ18.5528.9730.21-
YUV117.83141.6455.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.95%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=4.95%
G=51.08%
B=43.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161651420.9000.140.35170.7482.3235.49
Hex10A58E5A0E23ab5223
Octal202452161320164325312243
Binary100001010010110001110101101001110100011101010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,165,142); }

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

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

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

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

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

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

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