#76DDBD

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

Shades of Downy #76DDBD

Tints of Downy #76DDBD

Color information

#76DDBD (or 0x76DDBD) is unknown color: approx Downy. HEX triplet: 76, DD and BD. RGB value is (118,221,189). Sum of RGB (Red+Green+Blue) = 118+221+189=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDBD is #892242. Grayscale: #BABABA. Windows color (decimal): -8987203 or 12442998. OLE color: 12442998.

HSL color Cylindrical-coordinate representation of color #76DDBD: hue angle of 161.36º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDBD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB118221189-
CMYK0.4700.140.13
HSL161.36º60.23%66.47%-
HSV(B)161.36º46.61%86.67%-
XYZ42.5159.2457.34-
YUV186.56129.3879.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.35%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=22.35%
G=41.86%
B=35.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211890.4700.140.13161.3660.2366.47
Hex76DDBD2F0EDa13c42
Octal166335275570161524174102
Binary11101101101110110111101101111011101101101000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,221,189); }

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

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

 a { background-color: rgb(118,221,189); }

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

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

 span { border-color: rgb(118,221,189); }

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