Html Css Color HEX #10A59E Persian Green

📋 copy color: '#10A59E'

red 16 ◦ green 165 ◦ blue 158

#10A59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #10A59E

Tints of Persian Green #10A59E

RGB

 RED value IS 16 (6.64% from 255) = 4.72%

 GREEN value IS 165 (64.84% from 255) = 48.67%

 BLUE value IS 158 (62.11% from 255) = 46.61%

R = 4.72%
G = 48.67%
B = 46.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#10A59E (or 0x10A59E) is known color: Persian Green. HEX triplet: 10, A5 and 9E. RGB value is (16,165,158). Sum of RGB (Red+Green+Blue) = 16+165+158=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #10A59E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A59E is #EF5A61. Grayscale: #777777. Windows color (decimal): -15686242 or 10396944. OLE color: 10396944.

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

Color convert

RGB 16 165 158 -
CMYK 0.90 0 0.04 0.35
HSL 177.18º 0.82% 0.35% -
HSV(B) 177.18º 0.9% 0.65% -
XYZ 19.84 29.49 36.99 -
YUV 119.65 149.64 54.07 -
System Red Green Blue C M Y K H S L
Decimal 16 165 158 0.90 0 0.04 0.35 177.18 0.82 0.35
Hex 10 A5 9E 5A 0 4 23 B1 52 23
Octal 20 245 236 132 0 4 43 261 122 43
Binary 10000 10100101 10011110 1011010 0 100 100011 10110001 1010010 100011

Color Harmonies of #10A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A59E

Black with #10A59E

Text Example


Text Example

White with #10A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10A59E;
 }
 .AnyTagClassName
 {
   color: #10A59E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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