#77DBBB

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

Shades of Downy #77DBBB

Tints of Downy #77DBBB

Color information

#77DBBB (or 0x77DBBB) is unknown color: approx Downy. HEX triplet: 77, DB and BB. RGB value is (119,219,187). Sum of RGB (Red+Green+Blue) = 119+219+187=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBBB is #882444. Grayscale: #B9B9B9. Windows color (decimal): -8922181 or 12311415. OLE color: 12311415.

HSL color Cylindrical-coordinate representation of color #77DBBB: hue angle of 160.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBBB is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB119219187-
CMYK0.4600.150.14
HSL160.8º58.14%66.27%-
HSV(B)160.8º45.66%85.88%-
XYZ41.9158.1756.03-
YUV185.45128.8780.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.67%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=22.67%
G=41.71%
B=35.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192191870.4600.150.14160.858.1466.27
Hex77DBBB2E0FEa13a42
Octal167333273560171624172102
Binary11101111101101110111011101110011111110101000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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