Html Css Color HEX #7ABC91 Padua

📋 copy color: '#7ABC91'

red 122 ◦ green 188 ◦ blue 145

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

Shades of Padua #7ABC91

Tints of Padua #7ABC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

 BLUE value IS 145 (57.03% from 255) = 31.87%

R = 26.81%
G = 41.32%
B = 31.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#7ABC91 (or 0x7ABC91) is known color: Padua. HEX triplet: 7A, BC and 91. RGB value is (122,188,145). Sum of RGB (Red+Green+Blue) = 122+188+145=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC91 is #85436E. Grayscale: #A3A3A3. Windows color (decimal): -8733551 or 9550970. OLE color: 9550970.

HSL color Cylindrical-coordinate representation of color #7ABC91: hue angle of 140.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABC91 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 145 -
CMYK 0.35 0 0.23 0.26
HSL 140.91º 0.33% 0.61% -
HSV(B) 140.91º 0.35% 0.74% -
XYZ 31.12 42.15 33.28 -
YUV 163.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 122 188 145 0.35 0 0.23 0.26 140.91 0.33 0.61
Hex 7A BC 91 23 0 17 1A 8D 21 3D
Octal 172 274 221 43 0 27 32 215 41 75
Binary 1111010 10111100 10010001 100011 0 10111 11010 10001101 100001 111101

Color Harmonies of #7ABC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABC91

Black with #7ABC91

Text Example


Text Example

White with #7ABC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,188,145); }

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

background-color css

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

 a { background-color: rgb(122,188,145); }

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

border-color css

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

 span { border-color: rgb(122,188,145); }

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