#77CCC4

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

Shades of Downy #77CCC4

Tints of Downy #77CCC4

Color information

#77CCC4 (or 0x77CCC4) is unknown color: approx Downy. HEX triplet: 77, CC and C4. RGB value is (119,204,196). Sum of RGB (Red+Green+Blue) = 119+204+196=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCC4 is #88333B. Grayscale: #B1B1B1. Windows color (decimal): -8926012 or 12897399. OLE color: 12897399.

HSL color Cylindrical-coordinate representation of color #77CCC4: hue angle of 174.35º degrees, saturation: 0.45, 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 #77CCC4 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB119204196-
CMYK0.4200.040.2
HSL174.35º45.45%63.33%-
HSV(B)174.35º41.67%80%-
XYZ39.1651.0960.02-
YUV177.67138.3486.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.93%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=22.93%
G=39.31%
B=37.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1192041960.4200.040.2174.3545.4563.33
Hex77CCC42A0414ae2d3f
Octal1673143045204242565577
Binary1110111110011001100010010101001001010010101110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CCC4; }

 p { color: rgb(119,204,196); }

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

<style>
 a { background-color: #77CCC4; }

 a { background-color: rgb(119,204,196); }

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

<style>
 span { border-color: #77CCC4; }

 span { border-color: rgb(119,204,196); }

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