#77CDBD

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

Shades of Downy #77CDBD

Tints of Downy #77CDBD

Color information

#77CDBD (or 0x77CDBD) is unknown color: approx Downy. HEX triplet: 77, CD and BD. RGB value is (119,205,189). Sum of RGB (Red+Green+Blue) = 119+205+189=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDBD is #883242. Grayscale: #B1B1B1. Windows color (decimal): -8925763 or 12438903. OLE color: 12438903.

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

Color convert

RGB119205189-
CMYK0.4200.080.20
HSL168.84º46.24%63.53%-
HSV(B)168.84º41.95%80.39%-
XYZ38.6251.2656-
YUV177.46134.5186.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.20%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=23.20%
G=39.96%
B=36.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1192051890.4200.080.20168.8446.2463.53
Hex77CDBD2A0814a92e40
Octal167315275520102425156100
Binary111011111001101101111011010100100010100101010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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