#7CBFA2

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

Shades of Padua #7CBFA2

Tints of Padua #7CBFA2

Color information

#7CBFA2 (or 0x7CBFA2) is unknown color: approx Padua. HEX triplet: 7C, BF and A2. RGB value is (124,191,162). Sum of RGB (Red+Green+Blue) = 124+191+162=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBFA2 is #83405D. Grayscale: #A7A7A7. Windows color (decimal): -8601694 or 10665852. OLE color: 10665852.

HSL color Cylindrical-coordinate representation of color #7CBFA2: hue angle of 154.03º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBFA2 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB124191162-
CMYK0.3500.150.25
HSL154.03º34.36%61.76%-
HSV(B)154.03º35.08%74.9%-
XYZ33.4644.1640.94-
YUV167.66124.896.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=26.00%
G=40.04%
B=33.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911620.3500.150.25154.0334.3661.76
Hex7CBFA2230F199a223e
Octal17427724243017312324276
Binary11111001011111110100010100011011111100110011010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,162); }

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

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

 a { background-color: rgb(124,191,162); }

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

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

 span { border-color: rgb(124,191,162); }

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