#76C099

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

Shades of Padua #76C099

Tints of Padua #76C099

Color information

#76C099 (or 0x76C099) is unknown color: approx Padua. HEX triplet: 76, C0 and 99. RGB value is (118,192,153). Sum of RGB (Red+Green+Blue) = 118+192+153=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #76C099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C099 is #893F66. Grayscale: #A5A5A5. Windows color (decimal): -8994663 or 10076278. OLE color: 10076278.

HSL color Cylindrical-coordinate representation of color #76C099: hue angle of 148.38º 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 #76C099 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB118192153-
CMYK0.3900.200.25
HSL148.38º37%60.78%-
HSV(B)148.38º38.54%75.29%-
XYZ32.0743.8536.91-
YUV165.43120.9894.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=25.49%
G=41.47%
B=33.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181921530.3900.200.25148.383760.78
Hex76C099270141994253d
Octal16630023147024312244575
Binary111011011000000100110011001110101001100110010100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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