#76C8C7

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

Shades of Downy #76C8C7

Tints of Downy #76C8C7

Color information

#76C8C7 (or 0x76C8C7) is unknown color: approx Downy. HEX triplet: 76, C8 and C7. RGB value is (118,200,199). Sum of RGB (Red+Green+Blue) = 118+200+199=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #76C8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C8C7 is #893738. Grayscale: #AFAFAF. Windows color (decimal): -8992569 or 13092982. OLE color: 13092982.

HSL color Cylindrical-coordinate representation of color #76C8C7: hue angle of 179.27º 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 #76C8C7 is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB118200199-
CMYK0.4100.000.22
HSL179.27º42.71%62.35%-
HSV(B)179.27º41%78.43%-
XYZ38.4349.2861.52-
YUV175.37141.3387.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.82%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=22.82%
G=38.68%
B=38.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1182001990.4100.000.22179.2742.7162.35
Hex76C8C7290016b32b3e
Octal1663103075100262635376
Binary11101101100100011000111101001001011010110011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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