#77E0B8

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

Shades of Downy #77E0B8

Tints of Downy #77E0B8

Color information

#77E0B8 (or 0x77E0B8) is unknown color: approx Downy. HEX triplet: 77, E0 and B8. RGB value is (119,224,184). Sum of RGB (Red+Green+Blue) = 119+224+184=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0B8 is #881F47. Grayscale: #BCBCBC. Windows color (decimal): -8920904 or 12116087. OLE color: 12116087.

HSL color Cylindrical-coordinate representation of color #77E0B8: hue angle of 157.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E0B8 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB119224184-
CMYK0.4700.180.12
HSL157.14º62.87%67.25%-
HSV(B)157.14º46.88%87.84%-
XYZ42.9260.6954.8-
YUV188.04125.7178.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 184 (72.27% from 255) = 34.91%
R=22.58%
G=42.50%
B=34.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1192241840.4700.180.12157.1462.8767.25
Hex77E0B82F012C9d3f43
Octal167340270570221423577103
Binary111011111100000101110001011110100101100100111011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,224,184); }

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

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

 a { background-color: rgb(119,224,184); }

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

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

 span { border-color: rgb(119,224,184); }

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