#76C6C8

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

Shades of Downy #76C6C8

Tints of Downy #76C6C8

Color information

#76C6C8 (or 0x76C6C8) is unknown color: approx Downy. HEX triplet: 76, C6 and C8. RGB value is (118,198,200). Sum of RGB (Red+Green+Blue) = 118+198+200=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #76C6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C6C8 is #893937. Grayscale: #AEAEAE. Windows color (decimal): -8993080 or 13158006. OLE color: 13158006.

HSL color Cylindrical-coordinate representation of color #76C6C8: hue angle of 181.46º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C6C8 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118198200-
CMYK0.410.0100.22
HSL181.46º42.71%62.35%-
HSV(B)181.46º41%78.43%-
XYZ38.0948.4161.98-
YUV174.31142.587.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.87%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=22.87%
G=38.37%
B=38.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181982000.410.0100.22181.4642.7162.35
Hex76C6C8291016b52b3e
Octal1663063105110262655376
Binary11101101100011011001000101001101011010110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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