#7CBFA0

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

Shades of Padua #7CBFA0

Tints of Padua #7CBFA0

Color information

#7CBFA0 (or 0x7CBFA0) is unknown color: approx Padua. HEX triplet: 7C, BF and A0. RGB value is (124,191,160). Sum of RGB (Red+Green+Blue) = 124+191+160=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBFA0 is #83405F. Grayscale: #A7A7A7. Windows color (decimal): -8601696 or 10534780. OLE color: 10534780.

HSL color Cylindrical-coordinate representation of color #7CBFA0: hue angle of 152.24º 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 #7CBFA0 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB124191160-
CMYK0.3500.160.25
HSL152.24º34.36%61.76%-
HSV(B)152.24º35.08%74.9%-
XYZ33.2944.0840.01-
YUV167.43123.897.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.11%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=26.11%
G=40.21%
B=33.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911600.3500.160.25152.2434.3661.76
Hex7CBFA0230101998223e
Octal17427724043020312304276
Binary111110010111111101000001000110100001100110011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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