#76dfc4

Color #76DFC4 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #76DFC4

Tints of Downy #76DFC4

Color information

#76DFC4 (or 0x76DFC4) is unknown color: approx Downy. HEX triplet: 76, DF and C4. RGB value is (118,223,196). Sum of RGB (Red+Green+Blue) = 118+223+196=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFC4 is #89203B. Grayscale: #BCBCBC. Windows color (decimal): -8986684 or 12902262. OLE color: 12902262.

HSL color Cylindrical-coordinate representation of color #76DFC4: hue angle of 164.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFC4 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB118223196-
CMYK0.4700.120.13
HSL164.57º62.13%66.86%-
HSV(B)164.57º47.09%87.45%-
XYZ43.8260.6161.61-
YUV188.53132.2177.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.97%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=21.97%
G=41.53%
B=36.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182231960.4700.120.13164.5762.1366.86
Hex76DFC42F0CDa53e43
Octal166337304570141524576103
Binary11101101101111111000100101111011001101101001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76dfc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76dfc4;
 }
 .AnyTagClassName
 {
   color: #76dfc4;
 }
</style>
background-color css

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

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

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

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

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

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