Html Css Color HEX #77DEBC Downy

📋 copy color: '#77DEBC'

red 119 ◦ green 222 ◦ blue 188

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

Shades of Downy #77DEBC

Tints of Downy #77DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 22.5%
G = 41.97%
B = 35.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#77DEBC (or 0x77DEBC) is known color: Downy. HEX triplet: 77, DE and BC. RGB value is (119,222,188). Sum of RGB (Red+Green+Blue) = 119+222+188=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEBC is #882143. Grayscale: #BBBBBB. Windows color (decimal): -8921412 or 12377719. OLE color: 12377719.

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

Color convert

RGB 119 222 188 -
CMYK 0.46 0 0.15 0.13
HSL 160.19º 0.61% 0.67% -
HSV(B) 160.19º 0.46% 0.87% -
XYZ 42.81 59.8 56.86 -
YUV 187.33 128.38 79.26 -
System Red Green Blue C M Y K H S L
Decimal 119 222 188 0.46 0 0.15 0.13 160.19 0.61 0.67
Hex 77 DE BC 2E 0 F D A0 3D 43
Octal 167 336 274 56 0 17 15 240 75 103
Binary 1110111 11011110 10111100 101110 0 1111 1101 10100000 111101 1000011

Color Harmonies of #77DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DEBC

Black with #77DEBC

Text Example


Text Example

White with #77DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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