#7FCDA1

Color #7FCDA1 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7FCDA1

Tints of Padua #7FCDA1

Color information

#7FCDA1 (or 0x7FCDA1) is unknown color: approx Padua. HEX triplet: 7F, CD and A1. RGB value is (127,205,161). Sum of RGB (Red+Green+Blue) = 127+205+161=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCDA1 is #80325E. Grayscale: #B0B0B0. Windows color (decimal): -8401503 or 10603903. OLE color: 10603903.

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

Color convert

RGB127205161-
CMYK0.3800.210.20
HSL146.15º43.82%65.1%-
HSV(B)146.15º38.05%80.39%-
XYZ37.0250.7541.56-
YUV176.66119.1692.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.76%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=25.76%
G=41.58%
B=32.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051610.3800.210.20146.1543.8265.1
Hex7FCDA12601514922c41
Octal177315241460252422254101
Binary1111111110011011010000110011001010110100100100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FCDA1;
 }
 .AnyTagClassName
 {
   color: #7FCDA1;
 }
</style>
background-color css

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

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

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

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

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

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