Html Css Color HEX #77DDB6 Downy

📋 copy color: '#77DDB6'

red 119 ◦ green 221 ◦ blue 182

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

Shades of Downy #77DDB6

Tints of Downy #77DDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.87%

R = 22.8%
G = 42.34%
B = 34.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#77DDB6 (or 0x77DDB6) is known color: Downy. HEX triplet: 77, DD and B6. RGB value is (119,221,182). Sum of RGB (Red+Green+Blue) = 119+221+182=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDB6 is #882249. Grayscale: #BABABA. Windows color (decimal): -8921674 or 11984247. OLE color: 11984247.

HSL color Cylindrical-coordinate representation of color #77DDB6: hue angle of 157.06º 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 #77DDB6 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 221 182 -
CMYK 0.46 0 0.18 0.13
HSL 157.06º 0.6% 0.67% -
HSV(B) 157.06º 0.46% 0.87% -
XYZ 41.91 59.01 53.44 -
YUV 186.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 119 221 182 0.46 0 0.18 0.13 157.06 0.6 0.67
Hex 77 DD B6 2E 0 12 D 9D 3C 43
Octal 167 335 266 56 0 22 15 235 74 103
Binary 1110111 11011101 10110110 101110 0 10010 1101 10011101 111100 1000011

Color Harmonies of #77DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDB6

Black with #77DDB6

Text Example


Text Example

White with #77DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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