Html Css Color HEX #10AD9B Persian Green

📋 copy color: '#10AD9B'

red 16 ◦ green 173 ◦ blue 155

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

Shades of Persian Green #10AD9B

Tints of Persian Green #10AD9B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 4.65%
G = 50.29%
B = 45.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#10AD9B (or 0x10AD9B) is known color: Persian Green. HEX triplet: 10, AD and 9B. RGB value is (16,173,155). Sum of RGB (Red+Green+Blue) = 16+173+155=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD9B is #EF5264. Grayscale: #7B7B7B. Windows color (decimal): -15684197 or 10202384. OLE color: 10202384.

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

Color convert

RGB 16 173 155 -
CMYK 0.91 0 0.10 0.32
HSL 173.12º 0.83% 0.37% -
HSV(B) 173.12º 0.91% 0.68% -
XYZ 21.07 32.36 36.15 -
YUV 124.01 145.49 50.96 -
System Red Green Blue C M Y K H S L
Decimal 16 173 155 0.91 0 0.10 0.32 173.12 0.83 0.37
Hex 10 AD 9B 5B 0 A 20 AD 53 25
Octal 20 255 233 133 0 12 40 255 123 45
Binary 10000 10101101 10011011 1011011 0 1010 100000 10101101 1010011 100101

Color Harmonies of #10AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD9B

Black with #10AD9B

Text Example


Text Example

White with #10AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,173,155); }

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

background-color css

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

 a { background-color: rgb(16,173,155); }

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

border-color css

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

 span { border-color: rgb(16,173,155); }

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