#76C09C

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

Shades of Padua #76C09C

Tints of Padua #76C09C

Color information

#76C09C (or 0x76C09C) is unknown color: approx Padua. HEX triplet: 76, C0 and 9C. RGB value is (118,192,156). Sum of RGB (Red+Green+Blue) = 118+192+156=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #76C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C09C is #893F63. Grayscale: #A5A5A5. Windows color (decimal): -8994660 or 10272886. OLE color: 10272886.

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

Color convert

RGB118192156-
CMYK0.3900.190.25
HSL150.81º37%60.78%-
HSV(B)150.81º38.54%75.29%-
XYZ32.3243.9538.23-
YUV165.77122.4893.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.32%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=25.32%
G=41.20%
B=33.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921560.3900.190.25150.813760.78
Hex76C09C270131997253d
Octal16630023447023312274575
Binary111011011000000100111001001110100111100110010111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,192,156); }

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

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

 a { background-color: rgb(118,192,156); }

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

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

 span { border-color: rgb(118,192,156); }

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