#77D8C8

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

Shades of Downy #77D8C8

Tints of Downy #77D8C8

Color information

#77D8C8 (or 0x77D8C8) is unknown color: approx Downy. HEX triplet: 77, D8 and C8. RGB value is (119,216,200). Sum of RGB (Red+Green+Blue) = 119+216+200=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D8C8 is #882737. Grayscale: #B9B9B9. Windows color (decimal): -8922936 or 13162615. OLE color: 13162615.

HSL color Cylindrical-coordinate representation of color #77D8C8: hue angle of 170.1º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D8C8 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB119216200-
CMYK0.4500.070.15
HSL170.1º55.43%65.69%-
HSV(B)170.1º44.91%84.71%-
XYZ42.5957.263.44-
YUV185.17136.3680.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.24%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=22.24%
G=40.37%
B=37.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192162000.4500.070.15170.155.4365.69
Hex77D8C82D07Faa3742
Octal16733031055071725267102
Binary1110111110110001100100010110101111111101010101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,216,200); }

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

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

 a { background-color: rgb(119,216,200); }

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

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

 span { border-color: rgb(119,216,200); }

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