#77C8BF

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

Shades of Downy #77C8BF

Tints of Downy #77C8BF

Color information

#77C8BF (or 0x77C8BF) is unknown color: approx Downy. HEX triplet: 77, C8 and BF. RGB value is (119,200,191). Sum of RGB (Red+Green+Blue) = 119+200+191=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #77C8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C8BF is #883740. Grayscale: #AEAEAE. Windows color (decimal): -8927041 or 12568695. OLE color: 12568695.

HSL color Cylindrical-coordinate representation of color #77C8BF: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77C8BF is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB119200191-
CMYK0.4000.040.22
HSL173.33º42.41%62.55%-
HSV(B)173.33º40.5%78.43%-
XYZ37.6748.9956.76-
YUV174.76137.1688.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.33%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 191 (75% from 255) = 37.45%
R=23.33%
G=39.22%
B=37.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1192001910.4000.040.22173.3342.4162.55
Hex77C8BF280416ad2a3f
Octal1673102775004262555277
Binary1110111110010001011111110100001001011010101101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,200,191); }

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

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

 a { background-color: rgb(119,200,191); }

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

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

 span { border-color: rgb(119,200,191); }

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