#77CEBA

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

Shades of Downy #77CEBA

Tints of Downy #77CEBA

Color information

#77CEBA (or 0x77CEBA) is unknown color: approx Downy. HEX triplet: 77, CE and BA. RGB value is (119,206,186). Sum of RGB (Red+Green+Blue) = 119+206+186=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEBA is #883145. Grayscale: #B1B1B1. Windows color (decimal): -8925510 or 12242551. OLE color: 12242551.

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

Color convert

RGB119206186-
CMYK0.4200.100.19
HSL166.21º47.03%63.73%-
HSV(B)166.21º42.23%80.78%-
XYZ38.5451.6154.38-
YUV177.71132.6886.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.29%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=23.29%
G=40.31%
B=36.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192061860.4200.100.19166.2147.0363.73
Hex77CEBA2A0A13a62f40
Octal167316272520122324657100
Binary111011111001110101110101010100101010011101001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,206,186); }

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

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

 a { background-color: rgb(119,206,186); }

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

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

 span { border-color: rgb(119,206,186); }

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