Html Css Color HEX #10A68C Persian Green

📋 copy color: '#10A68C'

red 16 ◦ green 166 ◦ blue 140

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

Shades of Persian Green #10A68C

Tints of Persian Green #10A68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.55%

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 4.97%
G = 51.55%
B = 43.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#10A68C (or 0x10A68C) is known color: Persian Green. HEX triplet: 10, A6 and 8C. RGB value is (16,166,140). Sum of RGB (Red+Green+Blue) = 16+166+140=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #10A68C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A68C is #EF5973. Grayscale: #767676. Windows color (decimal): -15686004 or 9217552. OLE color: 9217552.

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

Color convert

RGB 16 166 140 -
CMYK 0.90 0 0.16 0.35
HSL 169.6º 0.82% 0.36% -
HSV(B) 169.6º 0.9% 0.65% -
XYZ 18.58 29.28 29.48 -
YUV 118.19 140.31 55.11 -
System Red Green Blue C M Y K H S L
Decimal 16 166 140 0.90 0 0.16 0.35 169.6 0.82 0.36
Hex 10 A6 8C 5A 0 10 23 AA 52 24
Octal 20 246 214 132 0 20 43 252 122 44
Binary 10000 10100110 10001100 1011010 0 10000 100011 10101010 1010010 100100

Color Harmonies of #10A68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A68C

Black with #10A68C

Text Example


Text Example

White with #10A68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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