Html Css Color HEX #7AC2A1 Padua

📋 copy color: '#7AC2A1'

red 122 ◦ green 194 ◦ blue 161

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

Shades of Padua #7AC2A1

Tints of Padua #7AC2A1

RGB

 RED value IS 122 (48.05% from 255) = 25.58%

 GREEN value IS 194 (76.17% from 255) = 40.67%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 25.58%
G = 40.67%
B = 33.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#7AC2A1 (or 0x7AC2A1) is known color: Padua. HEX triplet: 7A, C2 and A1. RGB value is (122,194,161). Sum of RGB (Red+Green+Blue) = 122+194+161=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC2A1 is #853D5E. Grayscale: #A8A8A8. Windows color (decimal): -8731999 or 10601082. OLE color: 10601082.

HSL color Cylindrical-coordinate representation of color #7AC2A1: hue angle of 152.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC2A1 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 194 161 -
CMYK 0.37 0 0.17 0.24
HSL 152.5º 0.37% 0.62% -
HSV(B) 152.5º 0.37% 0.76% -
XYZ 33.75 45.29 40.68 -
YUV 168.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 122 194 161 0.37 0 0.17 0.24 152.5 0.37 0.62
Hex 7A C2 A1 25 0 11 18 98 25 3E
Octal 172 302 241 45 0 21 30 230 45 76
Binary 1111010 11000010 10100001 100101 0 10001 11000 10011000 100101 111110

Color Harmonies of #7AC2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC2A1

Black with #7AC2A1

Text Example


Text Example

White with #7AC2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AC2A1; }

 p { color: rgb(122,194,161); }

 H1.HeaderClassName
 {
   color: #7AC2A1;
 }
 .AnyTagClassName
 {
   color: #7AC2A1;
 }
</style>

background-color css

<style>
 a { background-color: #7AC2A1; }

 a { background-color: rgb(122,194,161); }

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

border-color css

<style>
 span { border-color: #7AC2A1; }

 span { border-color: rgb(122,194,161); }

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