#10A38D

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

Shades of Persian Green #10A38D

Tints of Persian Green #10A38D

Color information

#10A38D (or 0x10A38D) is unknown color: approx Persian Green. HEX triplet: 10, A3 and 8D. RGB value is (16,163,141). Sum of RGB (Red+Green+Blue) = 16+163+141=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #10A38D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A38D is #EF5C72. Grayscale: #747474. Windows color (decimal): -15686771 or 9282320. OLE color: 9282320.

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

Color convert

RGB16163141-
CMYK0.9000.130.36
HSL171.02º82.12%35.1%-
HSV(B)171.02º90.18%63.92%-
XYZ18.1228.2329.69-
YUV116.54141.856.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5%
GREEN value IS 163 (64.06% from 255) = 50.94%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=5%
G=50.94%
B=44.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161631410.9000.130.36171.0282.1235.1
Hex10A38D5A0D24ab5223
Octal202432151320154425312243
Binary100001010001110001101101101001101100100101010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,163,141); }

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

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

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

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

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

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

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