Html Css Color HEX #7FCA9C Padua

📋 copy color: '#7FCA9C'

red 127 ◦ green 202 ◦ blue 156

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

Shades of Padua #7FCA9C

Tints of Padua #7FCA9C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 26.19%
G = 41.65%
B = 32.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#7FCA9C (or 0x7FCA9C) is known color: Padua. HEX triplet: 7F, CA and 9C. RGB value is (127,202,156). Sum of RGB (Red+Green+Blue) = 127+202+156=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA9C is #803563. Grayscale: #AEAEAE. Windows color (decimal): -8402276 or 10275455. OLE color: 10275455.

HSL color Cylindrical-coordinate representation of color #7FCA9C: hue angle of 143.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA9C is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 156 -
CMYK 0.37 0 0.23 0.21
HSL 143.2º 0.41% 0.65% -
HSV(B) 143.2º 0.37% 0.79% -
XYZ 35.87 49.15 39.05 -
YUV 174.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 127 202 156 0.37 0 0.23 0.21 143.2 0.41 0.65
Hex 7F CA 9C 25 0 17 15 8F 29 41
Octal 177 312 234 45 0 27 25 217 51 101
Binary 1111111 11001010 10011100 100101 0 10111 10101 10001111 101001 1000001

Color Harmonies of #7FCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA9C

Black with #7FCA9C

Text Example


Text Example

White with #7FCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,202,156); }

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

background-color css

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

 a { background-color: rgb(127,202,156); }

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

border-color css

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

 span { border-color: rgb(127,202,156); }

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