Html Css Color HEX #10A49B Persian Green

📋 copy color: '#10A49B'

red 16 ◦ green 164 ◦ blue 155

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

Shades of Persian Green #10A49B

Tints of Persian Green #10A49B

RGB

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

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

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

R = 4.78%
G = 48.96%
B = 46.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#10A49B (or 0x10A49B) is known color: Persian Green. HEX triplet: 10, A4 and 9B. RGB value is (16,164,155). Sum of RGB (Red+Green+Blue) = 16+164+155=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #10A49B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A49B is #EF5B64. Grayscale: #767676. Windows color (decimal): -15686501 or 10200080. OLE color: 10200080.

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

Color convert

RGB 16 164 155 -
CMYK 0.90 0 0.05 0.36
HSL 176.35º 0.82% 0.35% -
HSV(B) 176.35º 0.9% 0.64% -
XYZ 19.41 29.03 35.59 -
YUV 118.72 148.47 54.73 -
System Red Green Blue C M Y K H S L
Decimal 16 164 155 0.90 0 0.05 0.36 176.35 0.82 0.35
Hex 10 A4 9B 5A 0 5 24 B0 52 23
Octal 20 244 233 132 0 5 44 260 122 43
Binary 10000 10100100 10011011 1011010 0 101 100100 10110000 1010010 100011

Color Harmonies of #10A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A49B

Black with #10A49B

Text Example


Text Example

White with #10A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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