Html Css Color HEX #77D8C5 Downy

📋 copy color: '#77D8C5'

red 119 ◦ green 216 ◦ blue 197

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

Shades of Downy #77D8C5

Tints of Downy #77D8C5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.6%

 BLUE value IS 197 (77.34% from 255) = 37.03%

R = 22.37%
G = 40.6%
B = 37.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#77D8C5 (or 0x77D8C5) is known color: Downy. HEX triplet: 77, D8 and C5. RGB value is (119,216,197). Sum of RGB (Red+Green+Blue) = 119+216+197=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D8C5 is #88273A. Grayscale: #B8B8B8. Windows color (decimal): -8922939 or 12966007. OLE color: 12966007.

HSL color Cylindrical-coordinate representation of color #77D8C5: hue angle of 168.25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D8C5 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 216 197 -
CMYK 0.45 0 0.09 0.15
HSL 168.25º 0.55% 0.66% -
HSV(B) 168.25º 0.45% 0.85% -
XYZ 42.24 57.06 61.61 -
YUV 184.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 119 216 197 0.45 0 0.09 0.15 168.25 0.55 0.66
Hex 77 D8 C5 2D 0 9 F A8 37 42
Octal 167 330 305 55 0 11 17 250 67 102
Binary 1110111 11011000 11000101 101101 0 1001 1111 10101000 110111 1000010

Color Harmonies of #77D8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D8C5

Black with #77D8C5

Text Example


Text Example

White with #77D8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,216,197); }

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

background-color css

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

 a { background-color: rgb(119,216,197); }

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

border-color css

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

 span { border-color: rgb(119,216,197); }

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