Html Css Color HEX #77DEC5 Downy

📋 copy color: '#77DEC5'

red 119 ◦ green 222 ◦ blue 197

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

Shades of Downy #77DEC5

Tints of Downy #77DEC5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.26%

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

R = 22.12%
G = 41.26%
B = 36.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#77DEC5 (or 0x77DEC5) is known color: Downy. HEX triplet: 77, DE and C5. RGB value is (119,222,197). Sum of RGB (Red+Green+Blue) = 119+222+197=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEC5 is #88213A. Grayscale: #BCBCBC. Windows color (decimal): -8921403 or 12967543. OLE color: 12967543.

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

Color convert

RGB 119 222 197 -
CMYK 0.46 0 0.11 0.13
HSL 165.44º 0.61% 0.67% -
HSV(B) 165.44º 0.46% 0.87% -
XYZ 43.81 60.2 62.13 -
YUV 188.35 132.88 78.53 -
System Red Green Blue C M Y K H S L
Decimal 119 222 197 0.46 0 0.11 0.13 165.44 0.61 0.67
Hex 77 DE C5 2E 0 B D A5 3D 43
Octal 167 336 305 56 0 13 15 245 75 103
Binary 1110111 11011110 11000101 101110 0 1011 1101 10100101 111101 1000011

Color Harmonies of #77DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEC5

Black with #77DEC5

Text Example


Text Example

White with #77DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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