Html Css Color HEX #77DDBA Downy

📋 copy color: '#77DDBA'

red 119 ◦ green 221 ◦ blue 186

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

Shades of Downy #77DDBA

Tints of Downy #77DDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 22.62%
G = 42.02%
B = 35.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#77DDBA (or 0x77DDBA) is known color: Downy. HEX triplet: 77, DD and BA. RGB value is (119,221,186). Sum of RGB (Red+Green+Blue) = 119+221+186=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDBA is #882245. Grayscale: #BABABA. Windows color (decimal): -8921670 or 12246391. OLE color: 12246391.

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

Color convert

RGB 119 221 186 -
CMYK 0.46 0 0.16 0.13
HSL 159.41º 0.6% 0.67% -
HSV(B) 159.41º 0.46% 0.87% -
XYZ 42.33 59.18 55.65 -
YUV 186.51 127.71 79.85 -
System Red Green Blue C M Y K H S L
Decimal 119 221 186 0.46 0 0.16 0.13 159.41 0.6 0.67
Hex 77 DD BA 2E 0 10 D 9F 3C 43
Octal 167 335 272 56 0 20 15 237 74 103
Binary 1110111 11011101 10111010 101110 0 10000 1101 10011111 111100 1000011

Color Harmonies of #77DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDBA

Black with #77DDBA

Text Example


Text Example

White with #77DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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