#76EBBC

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

Shades of Downy #76EBBC

Tints of Downy #76EBBC

Color information

#76EBBC (or 0x76EBBC) is unknown color: approx Downy. HEX triplet: 76, EB and BC. RGB value is (118,235,188). Sum of RGB (Red+Green+Blue) = 118+235+188=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBBC is #891443. Grayscale: #C2C2C2. Windows color (decimal): -8983620 or 12381046. OLE color: 12381046.

HSL color Cylindrical-coordinate representation of color #76EBBC: hue angle of 155.9º 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 #76EBBC is Cyan = 0.50, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB118235188-
CMYK0.5000.20.08
HSL155.9º74.52%69.22%-
HSV(B)155.9º49.79%92.16%-
XYZ46.2666.958.05-
YUV194.66124.2473.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.81%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=21.81%
G=43.44%
B=34.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182351880.5000.20.08155.974.5269.22
Hex76EBBC3201489c4b45
Octal1663532746202410234113105
Binary1110110111010111011110011001001010010001001110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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