Html Css Color HEX #10A49D Persian Green

📋 copy color: '#10A49D'

red 16 ◦ green 164 ◦ blue 157

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

Shades of Persian Green #10A49D

Tints of Persian Green #10A49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 4.75%
G = 48.66%
B = 46.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#10A49D (or 0x10A49D) is known color: Persian Green. HEX triplet: 10, A4 and 9D. RGB value is (16,164,157). Sum of RGB (Red+Green+Blue) = 16+164+157=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #10A49D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A49D is #EF5B62. Grayscale: #767676. Windows color (decimal): -15686499 or 10331152. OLE color: 10331152.

HSL color Cylindrical-coordinate representation of color #10A49D: hue angle of 177.16º 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 #10A49D is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 164 157 -
CMYK 0.90 0 0.04 0.36
HSL 177.16º 0.82% 0.35% -
HSV(B) 177.16º 0.9% 0.64% -
XYZ 19.57 29.1 36.48 -
YUV 118.95 149.47 54.57 -
System Red Green Blue C M Y K H S L
Decimal 16 164 157 0.90 0 0.04 0.36 177.16 0.82 0.35
Hex 10 A4 9D 5A 0 4 24 B1 52 23
Octal 20 244 235 132 0 4 44 261 122 43
Binary 10000 10100100 10011101 1011010 0 100 100100 10110001 1010010 100011

Color Harmonies of #10A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A49D

Black with #10A49D

Text Example


Text Example

White with #10A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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