#76EBBA

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

Shades of Downy #76EBBA

Tints of Downy #76EBBA

Color information

#76EBBA (or 0x76EBBA) is unknown color: approx Downy. HEX triplet: 76, EB and BA. RGB value is (118,235,186). Sum of RGB (Red+Green+Blue) = 118+235+186=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBBA is #891445. Grayscale: #C2C2C2. Windows color (decimal): -8983622 or 12249974. OLE color: 12249974.

HSL color Cylindrical-coordinate representation of color #76EBBA: hue angle of 154.87º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EBBA is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB118235186-
CMYK0.5000.210.08
HSL154.87º74.52%69.22%-
HSV(B)154.87º49.79%92.16%-
XYZ46.0466.8156.92-
YUV194.43123.2473.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.89%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=21.89%
G=43.60%
B=34.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182351860.5000.210.08154.8774.5269.22
Hex76EBBA3201589b4b45
Octal1663532726202510233113105
Binary1110110111010111011101011001001010110001001101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76EBBA; }

 p { color: rgb(118,235,186); }

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

<style>
 a { background-color: #76EBBA; }

 a { background-color: rgb(118,235,186); }

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

<style>
 span { border-color: #76EBBA; }

 span { border-color: rgb(118,235,186); }

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