#10B39A

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

Shades of Persian Green #10B39A

Tints of Persian Green #10B39A

Color information

#10B39A (or 0x10B39A) is unknown color: approx Persian Green. HEX triplet: 10, B3 and 9A. RGB value is (16,179,154). Sum of RGB (Red+Green+Blue) = 16+179+154=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #10B39A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B39A is #EF4C65. Grayscale: #7F7F7F. Windows color (decimal): -15682662 or 10138384. OLE color: 10138384.

HSL color Cylindrical-coordinate representation of color #10B39A: hue angle of 170.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B39A is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB16179154-
CMYK0.9100.140.30
HSL170.8º83.59%38.24%-
HSV(B)170.8º91.06%70.2%-
XYZ22.1734.6836.1-
YUV127.4114348.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.58%
GREEN value IS 179 (70.31% from 255) = 51.29%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=4.58%
G=51.29%
B=44.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161791540.9100.140.30170.883.5938.24
Hex10B39A5B0E1Eab5426
Octal202632321330163625312446
Binary10000101100111001101010110110111011110101010111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,179,154); }

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

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

 a { background-color: rgb(16,179,154); }

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

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

 span { border-color: rgb(16,179,154); }

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