Html Css Color HEX #7ABFA2 Padua

📋 copy color: '#7ABFA2'

red 122 ◦ green 191 ◦ blue 162

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

Shades of Padua #7ABFA2

Tints of Padua #7ABFA2

RGB

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

 GREEN value IS 191 (75% from 255) = 40.21%

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 25.68%
G = 40.21%
B = 34.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#7ABFA2 (or 0x7ABFA2) is known color: Padua. HEX triplet: 7A, BF and A2. RGB value is (122,191,162). Sum of RGB (Red+Green+Blue) = 122+191+162=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABFA2 is #85405D. Grayscale: #A7A7A7. Windows color (decimal): -8732766 or 10665850. OLE color: 10665850.

HSL color Cylindrical-coordinate representation of color #7ABFA2: hue angle of 154.78º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABFA2 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 191 162 -
CMYK 0.36 0 0.15 0.25
HSL 154.78º 0.35% 0.61% -
HSV(B) 154.78º 0.36% 0.75% -
XYZ 33.18 44.01 40.93 -
YUV 167.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 122 191 162 0.36 0 0.15 0.25 154.78 0.35 0.61
Hex 7A BF A2 24 0 F 19 9B 23 3D
Octal 172 277 242 44 0 17 31 233 43 75
Binary 1111010 10111111 10100010 100100 0 1111 11001 10011011 100011 111101

Color Harmonies of #7ABFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFA2

Black with #7ABFA2

Text Example


Text Example

White with #7ABFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,191,162); }

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

background-color css

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

 a { background-color: rgb(122,191,162); }

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

border-color css

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

 span { border-color: rgb(122,191,162); }

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