Html Css Color HEX #77D2BF Downy

📋 copy color: '#77D2BF'

red 119 ◦ green 210 ◦ blue 191

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

Shades of Downy #77D2BF

Tints of Downy #77D2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.38%

 BLUE value IS 191 (75% from 255) = 36.73%

R = 22.88%
G = 40.38%
B = 36.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#77D2BF (or 0x77D2BF) is known color: Downy. HEX triplet: 77, D2 and BF. RGB value is (119,210,191). Sum of RGB (Red+Green+Blue) = 119+210+191=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #77D2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D2BF is #882D40. Grayscale: #B4B4B4. Windows color (decimal): -8924481 or 12571255. OLE color: 12571255.

HSL color Cylindrical-coordinate representation of color #77D2BF: hue angle of 167.47º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D2BF is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 210 191 -
CMYK 0.43 0 0.09 0.18
HSL 167.47º 0.5% 0.65% -
HSV(B) 167.47º 0.43% 0.82% -
XYZ 40.06 53.78 57.56 -
YUV 180.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 119 210 191 0.43 0 0.09 0.18 167.47 0.5 0.65
Hex 77 D2 BF 2B 0 9 12 A7 32 41
Octal 167 322 277 53 0 11 22 247 62 101
Binary 1110111 11010010 10111111 101011 0 1001 10010 10100111 110010 1000001

Color Harmonies of #77D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D2BF

Black with #77D2BF

Text Example


Text Example

White with #77D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,210,191); }

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

background-color css

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

 a { background-color: rgb(119,210,191); }

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

border-color css

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

 span { border-color: rgb(119,210,191); }

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