#76EDB9

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

Shades of Downy #76EDB9

Tints of Downy #76EDB9

Color information

#76EDB9 (or 0x76EDB9) is unknown color: approx Downy. HEX triplet: 76, ED and B9. RGB value is (118,237,185). Sum of RGB (Red+Green+Blue) = 118+237+185=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EDB9 is #891246. Grayscale: #C3C3C3. Windows color (decimal): -8983111 or 12184950. OLE color: 12184950.

HSL color Cylindrical-coordinate representation of color #76EDB9: hue angle of 153.78º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EDB9 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB118237185-
CMYK0.5000.220.07
HSL153.78º76.77%69.61%-
HSV(B)153.78º50.21%92.94%-
XYZ46.5167.9256.56-
YUV195.49122.0872.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.85%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=21.85%
G=43.89%
B=34.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182371850.5000.220.07153.7876.7769.61
Hex76EDB93201679a4d46
Octal166355271620267232115106
Binary111011011101101101110011100100101101111001101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,237,185); }

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

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

 a { background-color: rgb(118,237,185); }

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

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

 span { border-color: rgb(118,237,185); }

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