Html Css Color HEX #7FCEA0 Padua

📋 copy color: '#7FCEA0'

red 127 ◦ green 206 ◦ blue 160

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

Shades of Padua #7FCEA0

Tints of Padua #7FCEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.78%

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

R = 25.76%
G = 41.78%
B = 32.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#7FCEA0 (or 0x7FCEA0) is known color: Padua. HEX triplet: 7F, CE and A0. RGB value is (127,206,160). Sum of RGB (Red+Green+Blue) = 127+206+160=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEA0 is #80315F. Grayscale: #B1B1B1. Windows color (decimal): -8401248 or 10538623. OLE color: 10538623.

HSL color Cylindrical-coordinate representation of color #7FCEA0: hue angle of 145.06º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEA0 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 206 160 -
CMYK 0.38 0 0.22 0.19
HSL 145.06º 0.45% 0.65% -
HSV(B) 145.06º 0.38% 0.81% -
XYZ 37.17 51.19 41.18 -
YUV 177.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 127 206 160 0.38 0 0.22 0.19 145.06 0.45 0.65
Hex 7F CE A0 26 0 16 13 91 2D 41
Octal 177 316 240 46 0 26 23 221 55 101
Binary 1111111 11001110 10100000 100110 0 10110 10011 10010001 101101 1000001

Color Harmonies of #7FCEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEA0

Black with #7FCEA0

Text Example


Text Example

White with #7FCEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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