Html Css Color HEX #77DFBA Downy

📋 copy color: '#77DFBA'

red 119 ◦ green 223 ◦ blue 186

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

Shades of Downy #77DFBA

Tints of Downy #77DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

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

R = 22.54%
G = 42.23%
B = 35.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#77DFBA (or 0x77DFBA) is known color: Downy. HEX triplet: 77, DF and BA. RGB value is (119,223,186). Sum of RGB (Red+Green+Blue) = 119+223+186=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DFBA is #882045. Grayscale: #BBBBBB. Windows color (decimal): -8921158 or 12246903. OLE color: 12246903.

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

Color convert

RGB 119 223 186 -
CMYK 0.47 0 0.17 0.13
HSL 158.65º 0.62% 0.67% -
HSV(B) 158.65º 0.47% 0.87% -
XYZ 42.86 60.24 55.82 -
YUV 187.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 119 223 186 0.47 0 0.17 0.13 158.65 0.62 0.67
Hex 77 DF BA 2F 0 11 D 9F 3E 43
Octal 167 337 272 57 0 21 15 237 76 103
Binary 1110111 11011111 10111010 101111 0 10001 1101 10011111 111110 1000011

Color Harmonies of #77DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFBA

Black with #77DFBA

Text Example


Text Example

White with #77DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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