Html Css Color HEX #76DCC4 Downy

📋 copy color: '#76DCC4'

red 118 ◦ green 220 ◦ blue 196

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

Shades of Downy #76DCC4

Tints of Downy #76DCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 22.1%
G = 41.2%
B = 36.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#76DCC4 (or 0x76DCC4) is known color: Downy. HEX triplet: 76, DC and C4. RGB value is (118,220,196). Sum of RGB (Red+Green+Blue) = 118+220+196=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCC4 is #89233B. Grayscale: #BABABA. Windows color (decimal): -8987452 or 12901494. OLE color: 12901494.

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

Color convert

RGB 118 220 196 -
CMYK 0.46 0 0.11 0.14
HSL 165.88º 0.59% 0.66% -
HSV(B) 165.88º 0.46% 0.86% -
XYZ 43.03 59.02 61.35 -
YUV 186.77 133.21 78.95 -
System Red Green Blue C M Y K H S L
Decimal 118 220 196 0.46 0 0.11 0.14 165.88 0.59 0.66
Hex 76 DC C4 2E 0 B E A6 3B 42
Octal 166 334 304 56 0 13 16 246 73 102
Binary 1110110 11011100 11000100 101110 0 1011 1110 10100110 111011 1000010

Color Harmonies of #76DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCC4

Black with #76DCC4

Text Example


Text Example

White with #76DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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