#77CDC4

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

Shades of Downy #77CDC4

Tints of Downy #77CDC4

Color information

#77CDC4 (or 0x77CDC4) is unknown color: approx Downy. HEX triplet: 77, CD and C4. RGB value is (119,205,196). Sum of RGB (Red+Green+Blue) = 119+205+196=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDC4 is #88323B. Grayscale: #B2B2B2. Windows color (decimal): -8925756 or 12897655. OLE color: 12897655.

HSL color Cylindrical-coordinate representation of color #77CDC4: hue angle of 173.72º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDC4 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB119205196-
CMYK0.4200.040.20
HSL173.72º46.24%63.53%-
HSV(B)173.72º41.95%80.39%-
XYZ39.451.5760.1-
YUV178.26138.0185.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.88%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=22.88%
G=39.42%
B=37.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1192051960.4200.040.20173.7246.2463.53
Hex77CDC42A0414ae2e40
Octal16731530452042425656100
Binary11101111100110111000100101010010010100101011101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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