Html Css Color HEX #10AC9C Persian Green

📋 copy color: '#10AC9C'

red 16 ◦ green 172 ◦ blue 156

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

Shades of Persian Green #10AC9C

Tints of Persian Green #10AC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50%

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 4.65%
G = 50%
B = 45.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#10AC9C (or 0x10AC9C) is known color: Persian Green. HEX triplet: 10, AC and 9C. RGB value is (16,172,156). Sum of RGB (Red+Green+Blue) = 16+172+156=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC9C is #EF5363. Grayscale: #7B7B7B. Windows color (decimal): -15684452 or 10267664. OLE color: 10267664.

HSL color Cylindrical-coordinate representation of color #10AC9C: hue angle of 173.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC9C is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 172 156 -
CMYK 0.91 0 0.09 0.33
HSL 173.85º 0.83% 0.37% -
HSV(B) 173.85º 0.91% 0.67% -
XYZ 20.97 32.02 36.53 -
YUV 123.53 146.32 51.3 -
System Red Green Blue C M Y K H S L
Decimal 16 172 156 0.91 0 0.09 0.33 173.85 0.83 0.37
Hex 10 AC 9C 5B 0 9 21 AE 53 25
Octal 20 254 234 133 0 11 41 256 123 45
Binary 10000 10101100 10011100 1011011 0 1001 100001 10101110 1010011 100101

Color Harmonies of #10AC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC9C

Black with #10AC9C

Text Example


Text Example

White with #10AC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,156); }

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

background-color css

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

 a { background-color: rgb(16,172,156); }

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

border-color css

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

 span { border-color: rgb(16,172,156); }

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