Html Css Color HEX #77DEC2 Downy

📋 copy color: '#77DEC2'

red 119 ◦ green 222 ◦ blue 194

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

Shades of Downy #77DEC2

Tints of Downy #77DEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.26%

R = 22.24%
G = 41.5%
B = 36.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#77DEC2 (or 0x77DEC2) is known color: Downy. HEX triplet: 77, DE and C2. RGB value is (119,222,194). Sum of RGB (Red+Green+Blue) = 119+222+194=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEC2 is #88213D. Grayscale: #BCBCBC. Windows color (decimal): -8921406 or 12770935. OLE color: 12770935.

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

Color convert

RGB 119 222 194 -
CMYK 0.46 0 0.13 0.13
HSL 163.69º 0.61% 0.67% -
HSV(B) 163.69º 0.46% 0.87% -
XYZ 43.47 60.06 60.34 -
YUV 188.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 119 222 194 0.46 0 0.13 0.13 163.69 0.61 0.67
Hex 77 DE C2 2E 0 D D A4 3D 43
Octal 167 336 302 56 0 15 15 244 75 103
Binary 1110111 11011110 11000010 101110 0 1101 1101 10100100 111101 1000011

Color Harmonies of #77DEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEC2

Black with #77DEC2

Text Example


Text Example

White with #77DEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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