Html Css Color HEX #77DDBE Downy

📋 copy color: '#77DDBE'

red 119 ◦ green 221 ◦ blue 190

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

Shades of Downy #77DDBE

Tints of Downy #77DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.7%

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 22.45%
G = 41.7%
B = 35.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#77DDBE (or 0x77DDBE) is known color: Downy. HEX triplet: 77, DD and BE. RGB value is (119,221,190). Sum of RGB (Red+Green+Blue) = 119+221+190=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDBE is #882241. Grayscale: #BABABA. Windows color (decimal): -8921666 or 12508535. OLE color: 12508535.

HSL color Cylindrical-coordinate representation of color #77DDBE: hue angle of 161.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDBE is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 221 190 -
CMYK 0.46 0 0.14 0.13
HSL 161.76º 0.6% 0.67% -
HSV(B) 161.76º 0.46% 0.87% -
XYZ 42.76 59.35 57.92 -
YUV 186.97 129.71 79.52 -
System Red Green Blue C M Y K H S L
Decimal 119 221 190 0.46 0 0.14 0.13 161.76 0.6 0.67
Hex 77 DD BE 2E 0 E D A2 3C 43
Octal 167 335 276 56 0 16 15 242 74 103
Binary 1110111 11011101 10111110 101110 0 1110 1101 10100010 111100 1000011

Color Harmonies of #77DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDBE

Black with #77DDBE

Text Example


Text Example

White with #77DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,221,190); }

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

background-color css

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

 a { background-color: rgb(119,221,190); }

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

border-color css

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

 span { border-color: rgb(119,221,190); }

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