#76CECC

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

Shades of Downy #76CECC

Tints of Downy #76CECC

Color information

#76CECC (or 0x76CECC) is unknown color: approx Downy. HEX triplet: 76, CE and CC. RGB value is (118,206,204). Sum of RGB (Red+Green+Blue) = 118+206+204=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #76CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CECC is #893133. Grayscale: #B3B3B3. Windows color (decimal): -8991028 or 13422198. OLE color: 13422198.

HSL color Cylindrical-coordinate representation of color #76CECC: hue angle of 178.64º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CECC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB118206204-
CMYK0.4300.010.19
HSL178.64º47.31%63.53%-
HSV(B)178.64º42.72%80.78%-
XYZ40.4452.3565.1-
YUV179.46141.8584.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.35%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=22.35%
G=39.02%
B=38.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1182062040.4300.010.19178.6447.3163.53
Hex76CECC2B0113b32f40
Octal16631631453012326357100
Binary111011011001110110011001010110110011101100111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,206,204); }

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

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

 a { background-color: rgb(118,206,204); }

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

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

 span { border-color: rgb(118,206,204); }

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