#76D4B8

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

Shades of Downy #76D4B8

Tints of Downy #76D4B8

Color information

#76D4B8 (or 0x76D4B8) is unknown color: approx Downy. HEX triplet: 76, D4 and B8. RGB value is (118,212,184). Sum of RGB (Red+Green+Blue) = 118+212+184=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #76D4B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D4B8 is #892B47. Grayscale: #B4B4B4. Windows color (decimal): -8989512 or 12113014. OLE color: 12113014.

HSL color Cylindrical-coordinate representation of color #76D4B8: hue angle of 162.13º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D4B8 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB118212184-
CMYK0.4400.130.17
HSL162.13º52.22%64.71%-
HSV(B)162.13º44.34%83.14%-
XYZ39.6754.453.76-
YUV180.7129.8683.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.96%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 184 (72.27% from 255) = 35.80%
R=22.96%
G=41.25%
B=35.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1182121840.4400.130.17162.1352.2264.71
Hex76D4B82C0D11a23441
Octal166324270540152124264101
Binary111011011010100101110001011000110110001101000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,212,184); }

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

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

 a { background-color: rgb(118,212,184); }

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

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

 span { border-color: rgb(118,212,184); }

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