#76CDBF

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

Shades of Downy #76CDBF

Tints of Downy #76CDBF

Color information

#76CDBF (or 0x76CDBF) is unknown color: approx Downy. HEX triplet: 76, CD and BF. RGB value is (118,205,191). Sum of RGB (Red+Green+Blue) = 118+205+191=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDBF is #893240. Grayscale: #B1B1B1. Windows color (decimal): -8991297 or 12569974. OLE color: 12569974.

HSL color Cylindrical-coordinate representation of color #76CDBF: hue angle of 170.34º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDBF is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB118205191-
CMYK0.4200.070.20
HSL170.34º46.52%63.33%-
HSV(B)170.34º42.44%80.39%-
XYZ38.7151.2857.15-
YUV177.39135.6885.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.96%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 191 (75% from 255) = 37.16%
R=22.96%
G=39.88%
B=37.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051910.4200.070.20170.3446.5263.33
Hex76CDBF2A0714aa2f3f
Octal1663152775207242525777
Binary1110110110011011011111110101001111010010101010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,191); }

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

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

 a { background-color: rgb(118,205,191); }

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

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

 span { border-color: rgb(118,205,191); }

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