Html Css Color HEX #77DDB4 Downy

📋 copy color: '#77DDB4'

red 119 ◦ green 221 ◦ blue 180

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

Shades of Downy #77DDB4

Tints of Downy #77DDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.62%

R = 22.88%
G = 42.5%
B = 34.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#77DDB4 (or 0x77DDB4) is known color: Downy. HEX triplet: 77, DD and B4. RGB value is (119,221,180). Sum of RGB (Red+Green+Blue) = 119+221+180=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDB4 is #88224B. Grayscale: #B9B9B9. Windows color (decimal): -8921676 or 11853175. OLE color: 11853175.

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

Color convert

RGB 119 221 180 -
CMYK 0.46 0 0.19 0.13
HSL 155.88º 0.6% 0.67% -
HSV(B) 155.88º 0.46% 0.87% -
XYZ 41.7 58.93 52.36 -
YUV 185.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 119 221 180 0.46 0 0.19 0.13 155.88 0.6 0.67
Hex 77 DD B4 2E 0 13 D 9C 3C 43
Octal 167 335 264 56 0 23 15 234 74 103
Binary 1110111 11011101 10110100 101110 0 10011 1101 10011100 111100 1000011

Color Harmonies of #77DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDB4

Black with #77DDB4

Text Example


Text Example

White with #77DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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