Html Css Color HEX #77DBBC Downy

📋 copy color: '#77DBBC'

red 119 ◦ green 219 ◦ blue 188

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

Shades of Downy #77DBBC

Tints of Downy #77DBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 22.62%
G = 41.63%
B = 35.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#77DBBC (or 0x77DBBC) is known color: Downy. HEX triplet: 77, DB and BC. RGB value is (119,219,188). Sum of RGB (Red+Green+Blue) = 119+219+188=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBBC is #882443. Grayscale: #B9B9B9. Windows color (decimal): -8922180 or 12376951. OLE color: 12376951.

HSL color Cylindrical-coordinate representation of color #77DBBC: hue angle of 161.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBBC is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 219 188 -
CMYK 0.46 0 0.14 0.14
HSL 161.4º 0.58% 0.66% -
HSV(B) 161.4º 0.46% 0.86% -
XYZ 42.02 58.22 56.6 -
YUV 185.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 119 219 188 0.46 0 0.14 0.14 161.4 0.58 0.66
Hex 77 DB BC 2E 0 E E A1 3A 42
Octal 167 333 274 56 0 16 16 241 72 102
Binary 1110111 11011011 10111100 101110 0 1110 1110 10100001 111010 1000010

Color Harmonies of #77DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBBC

Black with #77DBBC

Text Example


Text Example

White with #77DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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