#76DAC9

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

Shades of Downy #76DAC9

Tints of Downy #76DAC9

Color information

#76DAC9 (or 0x76DAC9) is unknown color: approx Downy. HEX triplet: 76, DA and C9. RGB value is (118,218,201). Sum of RGB (Red+Green+Blue) = 118+218+201=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #76DAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DAC9 is #892536. Grayscale: #BABABA. Windows color (decimal): -8987959 or 13228662. OLE color: 13228662.

HSL color Cylindrical-coordinate representation of color #76DAC9: hue angle of 169.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DAC9 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB118218201-
CMYK0.4600.080.15
HSL169.8º57.47%65.88%-
HSV(B)169.8º45.87%85.49%-
XYZ43.0958.2164.22-
YUV186.16136.3779.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.97%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=21.97%
G=40.60%
B=37.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182182010.4600.080.15169.857.4765.88
Hex76DAC92E08Faa3942
Octal166332311560101725271102
Binary11101101101101011001001101110010001111101010101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,218,201); }

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

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

 a { background-color: rgb(118,218,201); }

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

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

 span { border-color: rgb(118,218,201); }

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