#76DEBA

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

Shades of Downy #76DEBA

Tints of Downy #76DEBA

Color information

#76DEBA (or 0x76DEBA) is unknown color: approx Downy. HEX triplet: 76, DE and BA. RGB value is (118,222,186). Sum of RGB (Red+Green+Blue) = 118+222+186=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEBA is #892145. Grayscale: #BABABA. Windows color (decimal): -8986950 or 12246646. OLE color: 12246646.

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

Color convert

RGB118222186-
CMYK0.4700.160.13
HSL159.23º61.18%66.67%-
HSV(B)159.23º46.85%87.06%-
XYZ42.4659.6455.73-
YUV186.8127.5478.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.43%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=22.43%
G=42.21%
B=35.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221860.4700.160.13159.2361.1866.67
Hex76DEBA2F010D9f3d43
Octal166336272570201523775103
Binary111011011011110101110101011110100001101100111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,222,186); }

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

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

 a { background-color: rgb(118,222,186); }

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

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

 span { border-color: rgb(118,222,186); }

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