#77DEBB

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

Shades of Downy #77DEBB

Tints of Downy #77DEBB

Color information

#77DEBB (or 0x77DEBB) is unknown color: approx Downy. HEX triplet: 77, DE and BB. RGB value is (119,222,187). Sum of RGB (Red+Green+Blue) = 119+222+187=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEBB is #882144. Grayscale: #BBBBBB. Windows color (decimal): -8921413 or 12312183. OLE color: 12312183.

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

Color convert

RGB119222187-
CMYK0.4600.160.13
HSL159.61º60.95%66.86%-
HSV(B)159.61º46.4%87.06%-
XYZ42.759.7556.3-
YUV187.21127.8879.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.54%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=22.54%
G=42.05%
B=35.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192221870.4600.160.13159.6160.9566.86
Hex77DEBB2E010Da03d43
Octal167336273560201524075103
Binary111011111011110101110111011100100001101101000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77DEBB; }

 p { color: rgb(119,222,187); }

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

<style>
 a { background-color: #77DEBB; }

 a { background-color: rgb(119,222,187); }

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

<style>
 span { border-color: #77DEBB; }

 span { border-color: rgb(119,222,187); }

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