Html Css Color HEX #10A49F Persian Green

📋 copy color: '#10A49F'

red 16 ◦ green 164 ◦ blue 159

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

Shades of Persian Green #10A49F

Tints of Persian Green #10A49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.38%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 4.72%
G = 48.38%
B = 46.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#10A49F (or 0x10A49F) is known color: Persian Green. HEX triplet: 10, A4 and 9F. RGB value is (16,164,159). Sum of RGB (Red+Green+Blue) = 16+164+159=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 164 - color contains mainly: green. Hex color #10A49F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A49F is #EF5B60. Grayscale: #777777. Windows color (decimal): -15686497 or 10462224. OLE color: 10462224.

HSL color Cylindrical-coordinate representation of color #10A49F: hue angle of 177.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A49F is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 164 159 -
CMYK 0.90 0 0.03 0.36
HSL 177.97º 0.82% 0.35% -
HSV(B) 177.97º 0.9% 0.64% -
XYZ 19.75 29.16 37.39 -
YUV 119.18 150.47 54.41 -
System Red Green Blue C M Y K H S L
Decimal 16 164 159 0.90 0 0.03 0.36 177.97 0.82 0.35
Hex 10 A4 9F 5A 0 3 24 B2 52 23
Octal 20 244 237 132 0 3 44 262 122 43
Binary 10000 10100100 10011111 1011010 0 11 100100 10110010 1010010 100011

Color Harmonies of #10A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A49F

Black with #10A49F

Text Example


Text Example

White with #10A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,159); }

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

background-color css

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

 a { background-color: rgb(16,164,159); }

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

border-color css

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

 span { border-color: rgb(16,164,159); }

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