Html Css Color HEX #77DABD Downy

📋 copy color: '#77DABD'

red 119 ◦ green 218 ◦ blue 189

#77DABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #77DABD

Tints of Downy #77DABD

RGB

 RED value IS 119 (46.88% from 255) = 22.62%

 GREEN value IS 218 (85.55% from 255) = 41.44%

 BLUE value IS 189 (74.22% from 255) = 35.93%

R = 22.62%
G = 41.44%
B = 35.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#77DABD (or 0x77DABD) is known color: Downy. HEX triplet: 77, DA and BD. RGB value is (119,218,189). Sum of RGB (Red+Green+Blue) = 119+218+189=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #77DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DABD is #882542. Grayscale: #B9B9B9. Windows color (decimal): -8922435 or 12442231. OLE color: 12442231.

HSL color Cylindrical-coordinate representation of color #77DABD: hue angle of 162.42º degrees, saturation: 0.57, 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 #77DABD is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 218 189 -
CMYK 0.45 0 0.13 0.15
HSL 162.42º 0.57% 0.66% -
HSV(B) 162.42º 0.45% 0.85% -
XYZ 41.86 57.74 57.08 -
YUV 185.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 119 218 189 0.45 0 0.13 0.15 162.42 0.57 0.66
Hex 77 DA BD 2D 0 D F A2 39 42
Octal 167 332 275 55 0 15 17 242 71 102
Binary 1110111 11011010 10111101 101101 0 1101 1111 10100010 111001 1000010

Color Harmonies of #77DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DABD

Black with #77DABD

Text Example


Text Example

White with #77DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,218,189); }

 H1.HeaderClassName
 {
   color: #77DABD;
 }
 .AnyTagClassName
 {
   color: #77DABD;
 }
</style>

background-color css

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

 a { background-color: rgb(119,218,189); }

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

border-color css

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

 span { border-color: rgb(119,218,189); }

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