#76D5C3

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

Shades of Downy #76D5C3

Tints of Downy #76D5C3

Color information

#76D5C3 (or 0x76D5C3) is unknown color: approx Downy. HEX triplet: 76, D5 and C3. RGB value is (118,213,195). Sum of RGB (Red+Green+Blue) = 118+213+195=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #76D5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5C3 is #892A3C. Grayscale: #B6B6B6. Windows color (decimal): -8989245 or 12834166. OLE color: 12834166.

HSL color Cylindrical-coordinate representation of color #76D5C3: hue angle of 168.63º 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 #76D5C3 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB118213195-
CMYK0.4500.080.16
HSL168.63º53.07%64.9%-
HSV(B)168.63º44.6%83.53%-
XYZ41.1255.3860.15-
YUV182.54135.0381.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.43%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 195 (76.56% from 255) = 37.07%
R=22.43%
G=40.49%
B=37.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182131950.4500.080.16168.6353.0764.9
Hex76D5C32D0810a93541
Octal166325303550102025165101
Binary111011011010101110000111011010100010000101010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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