#76D5C6

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

Shades of Downy #76D5C6

Tints of Downy #76D5C6

Color information

#76D5C6 (or 0x76D5C6) is unknown color: approx Downy. HEX triplet: 76, D5 and C6. RGB value is (118,213,198). Sum of RGB (Red+Green+Blue) = 118+213+198=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5C6 is #892A39. Grayscale: #B6B6B6. Windows color (decimal): -8989242 or 13030774. OLE color: 13030774.

HSL color Cylindrical-coordinate representation of color #76D5C6: hue angle of 170.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D5C6 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB118213198-
CMYK0.4500.070.16
HSL170.53º53.07%64.9%-
HSV(B)170.53º44.6%83.53%-
XYZ41.4655.5261.96-
YUV182.88136.5381.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.31%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=22.31%
G=40.26%
B=37.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182131980.4500.070.16170.5353.0764.9
Hex76D5C62D0710ab3541
Octal16632530655072025365101
Binary11101101101010111000110101101011110000101010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,213,198); }

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

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

 a { background-color: rgb(118,213,198); }

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

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

 span { border-color: rgb(118,213,198); }

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