#77CDCA

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

Shades of Downy #77CDCA

Tints of Downy #77CDCA

Color information

#77CDCA (or 0x77CDCA) is unknown color: approx Downy. HEX triplet: 77, CD and CA. RGB value is (119,205,202). Sum of RGB (Red+Green+Blue) = 119+205+202=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDCA is #883235. Grayscale: #B2B2B2. Windows color (decimal): -8925750 or 13290871. OLE color: 13290871.

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

Color convert

RGB119205202-
CMYK0.4200.010.20
HSL177.91º46.24%63.53%-
HSV(B)177.91º41.95%80.39%-
XYZ40.151.8563.77-
YUV178.94141.0185.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.62%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=22.62%
G=38.97%
B=38.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1192052020.4200.010.20177.9146.2463.53
Hex77CDCA2A0114b22e40
Octal16731531252012426256100
Binary111011111001101110010101010100110100101100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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