Html Css Color HEX #76DCC6 Downy

📋 copy color: '#76DCC6'

red 118 ◦ green 220 ◦ blue 198

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

Shades of Downy #76DCC6

Tints of Downy #76DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.94%

R = 22.01%
G = 41.04%
B = 36.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#76DCC6 (or 0x76DCC6) is known color: Downy. HEX triplet: 76, DC and C6. RGB value is (118,220,198). Sum of RGB (Red+Green+Blue) = 118+220+198=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCC6 is #892339. Grayscale: #BABABA. Windows color (decimal): -8987450 or 13032566. OLE color: 13032566.

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

Color convert

RGB 118 220 198 -
CMYK 0.46 0 0.1 0.14
HSL 167.06º 0.59% 0.66% -
HSV(B) 167.06º 0.46% 0.86% -
XYZ 43.26 59.12 62.56 -
YUV 186.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 118 220 198 0.46 0 0.1 0.14 167.06 0.59 0.66
Hex 76 DC C6 2E 0 A E A7 3B 42
Octal 166 334 306 56 0 12 16 247 73 102
Binary 1110110 11011100 11000110 101110 0 1010 1110 10100111 111011 1000010

Color Harmonies of #76DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCC6

Black with #76DCC6

Text Example


Text Example

White with #76DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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