#7CCD9A

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

Shades of Padua #7CCD9A

Tints of Padua #7CCD9A

Color information

#7CCD9A (or 0x7CCD9A) is unknown color: approx Padua. HEX triplet: 7C, CD and 9A. RGB value is (124,205,154). Sum of RGB (Red+Green+Blue) = 124+205+154=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD9A is #833265. Grayscale: #AFAFAF. Windows color (decimal): -8598118 or 10145148. OLE color: 10145148.

HSL color Cylindrical-coordinate representation of color #7CCD9A: hue angle of 142.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD9A is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB124205154-
CMYK0.4000.250.20
HSL142.22º44.75%64.51%-
HSV(B)142.22º39.51%80.39%-
XYZ35.9850.2838.38-
YUV174.97116.1691.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.67%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=25.67%
G=42.44%
B=31.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242051540.4000.250.20142.2244.7564.51
Hex7CCD9A28019148e2d41
Octal174315232500312421655101
Binary1111100110011011001101010100001100110100100011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,205,154); }

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

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

 a { background-color: rgb(124,205,154); }

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

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

 span { border-color: rgb(124,205,154); }

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