#77D2BA

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

Shades of Downy #77D2BA

Tints of Downy #77D2BA

Color information

#77D2BA (or 0x77D2BA) is unknown color: approx Downy. HEX triplet: 77, D2 and BA. RGB value is (119,210,186). Sum of RGB (Red+Green+Blue) = 119+210+186=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #77D2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D2BA is #882D45. Grayscale: #B4B4B4. Windows color (decimal): -8924486 or 12243575. OLE color: 12243575.

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

Color convert

RGB119210186-
CMYK0.4300.110.18
HSL164.18º50.28%64.51%-
HSV(B)164.18º43.33%82.35%-
XYZ39.5253.5654.71-
YUV180.06131.3584.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.11%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=23.11%
G=40.78%
B=36.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1192101860.4300.110.18164.1850.2864.51
Hex77D2BA2B0B12a43241
Octal167322272530132224462101
Binary111011111010010101110101010110101110010101001001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,210,186); }

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

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

 a { background-color: rgb(119,210,186); }

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

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

 span { border-color: rgb(119,210,186); }

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