#76D6BF

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

Shades of Downy #76D6BF

Tints of Downy #76D6BF

Color information

#76D6BF (or 0x76D6BF) is unknown color: approx Downy. HEX triplet: 76, D6 and BF. RGB value is (118,214,191). Sum of RGB (Red+Green+Blue) = 118+214+191=523 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.56% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D6BF is #892940. Grayscale: #B6B6B6. Windows color (decimal): -8988993 or 12572278. OLE color: 12572278.

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

Color convert

RGB118214191-
CMYK0.4500.110.16
HSL165.62º53.93%65.1%-
HSV(B)165.62º44.86%83.92%-
XYZ40.9255.7157.89-
YUV182.67132.781.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.56%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 191 (75% from 255) = 36.52%
R=22.56%
G=40.92%
B=36.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141910.4500.110.16165.6253.9365.1
Hex76D6BF2D0B10a63641
Octal166326277550132024666101
Binary111011011010110101111111011010101110000101001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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