Html Css Color HEX #10A08A Persian Green

📋 copy color: '#10A08A'

red 16 ◦ green 160 ◦ blue 138

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

Shades of Persian Green #10A08A

Tints of Persian Green #10A08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 5.1%
G = 50.96%
B = 43.95%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#10A08A (or 0x10A08A) is known color: Persian Green. HEX triplet: 10, A0 and 8A. RGB value is (16,160,138). Sum of RGB (Red+Green+Blue) = 16+160+138=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #10A08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A08A is #EF5F75. Grayscale: #727272. Windows color (decimal): -15687542 or 9084944. OLE color: 9084944.

HSL color Cylindrical-coordinate representation of color #10A08A: hue angle of 170.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A08A is Cyan = 0.9, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 160 138 -
CMYK 0.9 0 0.14 0.37
HSL 170.83º 0.82% 0.35% -
HSV(B) 170.83º 0.9% 0.63% -
XYZ 17.37 27.09 28.36 -
YUV 114.44 141.29 57.79 -
System Red Green Blue C M Y K H S L
Decimal 16 160 138 0.9 0 0.14 0.37 170.83 0.82 0.35
Hex 10 A0 8A 5A 0 E 25 AB 52 23
Octal 20 240 212 132 0 16 45 253 122 43
Binary 10000 10100000 10001010 1011010 0 1110 100101 10101011 1010010 100011

Color Harmonies of #10A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A08A

Black with #10A08A

Text Example


Text Example

White with #10A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,160,138); }

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

background-color css

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

 a { background-color: rgb(16,160,138); }

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

border-color css

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

 span { border-color: rgb(16,160,138); }

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