Html Css Color HEX #76DCC2 Downy

📋 copy color: '#76DCC2'

red 118 ◦ green 220 ◦ blue 194

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

Shades of Downy #76DCC2

Tints of Downy #76DCC2

RGB

 RED value IS 118 (46.48% from 255) = 22.18%

 GREEN value IS 220 (86.33% from 255) = 41.35%

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

R = 22.18%
G = 41.35%
B = 36.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#76DCC2 (or 0x76DCC2) is known color: Downy. HEX triplet: 76, DC and C2. RGB value is (118,220,194). Sum of RGB (Red+Green+Blue) = 118+220+194=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCC2 is #89233D. Grayscale: #BABABA. Windows color (decimal): -8987454 or 12770422. OLE color: 12770422.

HSL color Cylindrical-coordinate representation of color #76DCC2: hue angle of 164.71º degrees, saturation: 0.59, 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 #76DCC2 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 194 -
CMYK 0.46 0 0.12 0.14
HSL 164.71º 0.59% 0.66% -
HSV(B) 164.71º 0.46% 0.86% -
XYZ 42.8 58.93 60.16 -
YUV 186.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 118 220 194 0.46 0 0.12 0.14 164.71 0.59 0.66
Hex 76 DC C2 2E 0 C E A5 3B 42
Octal 166 334 302 56 0 14 16 245 73 102
Binary 1110110 11011100 11000010 101110 0 1100 1110 10100101 111011 1000010

Color Harmonies of #76DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCC2

Black with #76DCC2

Text Example


Text Example

White with #76DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76DCC2; }

 p { color: rgb(118,220,194); }

 H1.HeaderClassName
 {
   color: #76DCC2;
 }
 .AnyTagClassName
 {
   color: #76DCC2;
 }
</style>

background-color css

<style>
 a { background-color: #76DCC2; }

 a { background-color: rgb(118,220,194); }

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

border-color css

<style>
 span { border-color: #76DCC2; }

 span { border-color: rgb(118,220,194); }

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