#76D6C0

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

Shades of Downy #76D6C0

Tints of Downy #76D6C0

Color information

#76D6C0 (or 0x76D6C0) is unknown color: approx Downy. HEX triplet: 76, D6 and C0. RGB value is (118,214,192). Sum of RGB (Red+Green+Blue) = 118+214+192=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D6C0 is #89293F. Grayscale: #B6B6B6. Windows color (decimal): -8988992 or 12637814. OLE color: 12637814.

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

Color convert

RGB118214192-
CMYK0.4500.100.16
HSL166.25º53.93%65.1%-
HSV(B)166.25º44.86%83.92%-
XYZ41.0355.7558.47-
YUV182.79133.281.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.52%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=22.52%
G=40.84%
B=36.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141920.4500.100.16166.2553.9365.1
Hex76D6C02D0A10a63641
Octal166326300550122024666101
Binary111011011010110110000001011010101010000101001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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