Html Css Color HEX #7FCCA1 Padua

📋 copy color: '#7FCCA1'

red 127 ◦ green 204 ◦ blue 161

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

Shades of Padua #7FCCA1

Tints of Padua #7FCCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.72%

R = 25.81%
G = 41.46%
B = 32.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#7FCCA1 (or 0x7FCCA1) is known color: Padua. HEX triplet: 7F, CC and A1. RGB value is (127,204,161). Sum of RGB (Red+Green+Blue) = 127+204+161=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCA1 is #80335E. Grayscale: #B0B0B0. Windows color (decimal): -8401759 or 10603647. OLE color: 10603647.

HSL color Cylindrical-coordinate representation of color #7FCCA1: hue angle of 146.49º 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 #7FCCA1 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 161 -
CMYK 0.38 0 0.21 0.2
HSL 146.49º 0.43% 0.65% -
HSV(B) 146.49º 0.38% 0.8% -
XYZ 36.78 50.27 41.48 -
YUV 176.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 127 204 161 0.38 0 0.21 0.2 146.49 0.43 0.65
Hex 7F CC A1 26 0 15 14 92 2B 41
Octal 177 314 241 46 0 25 24 222 53 101
Binary 1111111 11001100 10100001 100110 0 10101 10100 10010010 101011 1000001

Color Harmonies of #7FCCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCCA1

Black with #7FCCA1

Text Example


Text Example

White with #7FCCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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