#77CDC0

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

Shades of Downy #77CDC0

Tints of Downy #77CDC0

Color information

#77CDC0 (or 0x77CDC0) is unknown color: approx Downy. HEX triplet: 77, CD and C0. RGB value is (119,205,192). Sum of RGB (Red+Green+Blue) = 119+205+192=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDC0 is #88323F. Grayscale: #B1B1B1. Windows color (decimal): -8925760 or 12635511. OLE color: 12635511.

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

Color convert

RGB119205192-
CMYK0.4200.060.20
HSL170.93º46.24%63.53%-
HSV(B)170.93º41.95%80.39%-
XYZ38.9551.3957.74-
YUV177.8136.0186.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.06%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=23.06%
G=39.73%
B=37.21%

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
Decimal1192051920.4200.060.20170.9346.2463.53
Hex77CDC02A0614ab2e40
Octal16731530052062425356100
Binary11101111100110111000000101010011010100101010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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