#76BFA0

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

Shades of Padua #76BFA0

Tints of Padua #76BFA0

Color information

#76BFA0 (or 0x76BFA0) is unknown color: approx Padua. HEX triplet: 76, BF and A0. RGB value is (118,191,160). Sum of RGB (Red+Green+Blue) = 118+191+160=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #76BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BFA0 is #89405F. Grayscale: #A5A5A5. Windows color (decimal): -8994912 or 10534774. OLE color: 10534774.

HSL color Cylindrical-coordinate representation of color #76BFA0: hue angle of 154.52º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BFA0 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB118191160-
CMYK0.3800.160.25
HSL154.52º36.32%60.59%-
HSV(B)154.52º38.22%74.9%-
XYZ32.4543.6539.97-
YUV165.64124.8294.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=25.16%
G=40.72%
B=34.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911600.3800.160.25154.5236.3260.59
Hex76BFA026010199b243d
Octal16627724046020312334475
Binary111011010111111101000001001100100001100110011011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BFA0; }

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

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

<style>
 a { background-color: #76BFA0; }

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

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

<style>
 span { border-color: #76BFA0; }

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

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