#76D6BB

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

Shades of Downy #76D6BB

Tints of Downy #76D6BB

Color information

#76D6BB (or 0x76D6BB) is unknown color: approx Downy. HEX triplet: 76, D6 and BB. RGB value is (118,214,187). Sum of RGB (Red+Green+Blue) = 118+214+187=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D6BB is #892944. Grayscale: #B6B6B6. Windows color (decimal): -8988997 or 12310134. OLE color: 12310134.

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

Color convert

RGB118214187-
CMYK0.4500.130.16
HSL163.12º53.93%65.1%-
HSV(B)163.12º44.86%83.92%-
XYZ40.4955.5355.6-
YUV182.22130.782.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.74%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=22.74%
G=41.23%
B=36.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141870.4500.130.16163.1253.9365.1
Hex76D6BB2D0D10a33641
Octal166326273550152024366101
Binary111011011010110101110111011010110110000101000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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