Html Css Color HEX #7FCCA0 Padua

📋 copy color: '#7FCCA0'

red 127 ◦ green 204 ◦ blue 160

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

Shades of Padua #7FCCA0

Tints of Padua #7FCCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.55%

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

R = 25.87%
G = 41.55%
B = 32.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#7FCCA0 (or 0x7FCCA0) is known color: Padua. HEX triplet: 7F, CC and A0. RGB value is (127,204,160). Sum of RGB (Red+Green+Blue) = 127+204+160=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCA0 is #80335F. Grayscale: #B0B0B0. Windows color (decimal): -8401760 or 10538111. OLE color: 10538111.

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

Color convert

RGB 127 204 160 -
CMYK 0.38 0 0.22 0.2
HSL 145.71º 0.43% 0.65% -
HSV(B) 145.71º 0.38% 0.8% -
XYZ 36.69 50.24 41.02 -
YUV 175.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 127 204 160 0.38 0 0.22 0.2 145.71 0.43 0.65
Hex 7F CC A0 26 0 16 14 92 2B 41
Octal 177 314 240 46 0 26 24 222 53 101
Binary 1111111 11001100 10100000 100110 0 10110 10100 10010010 101011 1000001

Color Harmonies of #7FCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCCA0

Black with #7FCCA0

Text Example


Text Example

White with #7FCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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