#77cfbd

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

Shades of Downy #77CFBD

Tints of Downy #77CFBD

Color information

#77CFBD (or 0x77CFBD) is unknown color: approx Downy. HEX triplet: 77, CF and BD. RGB value is (119,207,189). Sum of RGB (Red+Green+Blue) = 119+207+189=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFBD is #883042. Grayscale: #B2B2B2. Windows color (decimal): -8925251 or 12439415. OLE color: 12439415.

HSL color Cylindrical-coordinate representation of color #77CFBD: hue angle of 167.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CFBD is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB119207189-
CMYK0.4300.090.19
HSL167.73º47.83%63.92%-
HSV(B)167.73º42.51%81.18%-
XYZ39.1152.2256.16-
YUV178.64133.8585.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.11%
GREEN value IS 207 (81.25% from 255) = 40.19%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=23.11%
G=40.19%
B=36.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192071890.4300.090.19167.7347.8363.92
Hex77CFBD2B0913a83040
Octal167317275530112325060100
Binary111011111001111101111011010110100110011101010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77cfbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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