Html Css Color HEX #77D5BB Downy

📋 copy color: '#77D5BB'

red 119 ◦ green 213 ◦ blue 187

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

Shades of Downy #77D5BB

Tints of Downy #77D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 22.93%
G = 41.04%
B = 36.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#77D5BB (or 0x77D5BB) is known color: Downy. HEX triplet: 77, D5 and BB. RGB value is (119,213,187). Sum of RGB (Red+Green+Blue) = 119+213+187=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #77D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D5BB is #882A44. Grayscale: #B5B5B5. Windows color (decimal): -8923717 or 12309879. OLE color: 12309879.

HSL color Cylindrical-coordinate representation of color #77D5BB: hue angle of 163.4º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D5BB is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 213 187 -
CMYK 0.44 0 0.12 0.16
HSL 163.4º 0.53% 0.65% -
HSV(B) 163.4º 0.44% 0.84% -
XYZ 40.37 55.1 55.52 -
YUV 181.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 119 213 187 0.44 0 0.12 0.16 163.4 0.53 0.65
Hex 77 D5 BB 2C 0 C 10 A3 35 41
Octal 167 325 273 54 0 14 20 243 65 101
Binary 1110111 11010101 10111011 101100 0 1100 10000 10100011 110101 1000001

Color Harmonies of #77D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D5BB

Black with #77D5BB

Text Example


Text Example

White with #77D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,213,187); }

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

background-color css

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

 a { background-color: rgb(119,213,187); }

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

border-color css

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

 span { border-color: rgb(119,213,187); }

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