#76CDC0

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

Shades of Downy #76CDC0

Tints of Downy #76CDC0

Color information

#76CDC0 (or 0x76CDC0) is unknown color: approx Downy. HEX triplet: 76, CD and C0. RGB value is (118,205,192). Sum of RGB (Red+Green+Blue) = 118+205+192=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDC0 is #89323F. Grayscale: #B1B1B1. Windows color (decimal): -8991296 or 12635510. OLE color: 12635510.

HSL color Cylindrical-coordinate representation of color #76CDC0: hue angle of 171.03º 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 #76CDC0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB118205192-
CMYK0.4200.060.20
HSL171.03º46.52%63.33%-
HSV(B)171.03º42.44%80.39%-
XYZ38.8251.3257.73-
YUV177.5136.1885.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.91%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=22.91%
G=39.81%
B=37.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051920.4200.060.20171.0346.5263.33
Hex76CDC02A0614ab2f3f
Octal1663153005206242535777
Binary1110110110011011100000010101001101010010101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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