Html Css Color HEX #7FC0A0 Padua

📋 copy color: '#7FC0A0'

red 127 ◦ green 192 ◦ blue 160

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

Shades of Padua #7FC0A0

Tints of Padua #7FC0A0

RGB

 RED value IS 127 (50% from 255) = 26.51%

 GREEN value IS 192 (75.39% from 255) = 40.08%

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 26.51%
G = 40.08%
B = 33.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#7FC0A0 (or 0x7FC0A0) is known color: Padua. HEX triplet: 7F, C0 and A0. RGB value is (127,192,160). Sum of RGB (Red+Green+Blue) = 127+192+160=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC0A0 is #803F5F. Grayscale: #A8A8A8. Windows color (decimal): -8404832 or 10535039. OLE color: 10535039.

HSL color Cylindrical-coordinate representation of color #7FC0A0: hue angle of 150.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC0A0 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 160 -
CMYK 0.34 0 0.17 0.25
HSL 150.46º 0.34% 0.63% -
HSV(B) 150.46º 0.34% 0.75% -
XYZ 33.95 44.75 40.11 -
YUV 168.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 127 192 160 0.34 0 0.17 0.25 150.46 0.34 0.63
Hex 7F C0 A0 22 0 11 19 96 22 3F
Octal 177 300 240 42 0 21 31 226 42 77
Binary 1111111 11000000 10100000 100010 0 10001 11001 10010110 100010 111111

Color Harmonies of #7FC0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC0A0

Black with #7FC0A0

Text Example


Text Example

White with #7FC0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,160); }

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

background-color css

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

 a { background-color: rgb(127,192,160); }

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

border-color css

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

 span { border-color: rgb(127,192,160); }

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