#77D0BC

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

Shades of Downy #77D0BC

Tints of Downy #77D0BC

Color information

#77D0BC (or 0x77D0BC) is unknown color: approx Downy. HEX triplet: 77, D0 and BC. RGB value is (119,208,188). Sum of RGB (Red+Green+Blue) = 119+208+188=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #77D0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D0BC is #882F43. Grayscale: #B3B3B3. Windows color (decimal): -8924996 or 12374135. OLE color: 12374135.

HSL color Cylindrical-coordinate representation of color #77D0BC: hue angle of 166.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D0BC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB119208188-
CMYK0.4300.100.18
HSL166.52º48.63%64.12%-
HSV(B)166.52º42.79%81.57%-
XYZ39.2452.6655.67-
YUV179.11133.0185.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.11%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=23.11%
G=40.39%
B=36.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1192081880.4300.100.18166.5248.6364.12
Hex77D0BC2B0A12a73140
Octal167320274530122224761100
Binary111011111010000101111001010110101010010101001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,208,188); }

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

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

 a { background-color: rgb(119,208,188); }

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

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

 span { border-color: rgb(119,208,188); }

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