#76EBBB

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

Shades of Downy #76EBBB

Tints of Downy #76EBBB

Color information

#76EBBB (or 0x76EBBB) is unknown color: approx Downy. HEX triplet: 76, EB and BB. RGB value is (118,235,187). Sum of RGB (Red+Green+Blue) = 118+235+187=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBBB is #891444. Grayscale: #C2C2C2. Windows color (decimal): -8983621 or 12315510. OLE color: 12315510.

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

Color convert

RGB118235187-
CMYK0.5000.200.08
HSL155.38º74.52%69.22%-
HSV(B)155.38º49.79%92.16%-
XYZ46.1566.8657.49-
YUV194.54123.7473.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.85%
GREEN value IS 235 (92.19% from 255) = 43.52%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=21.85%
G=43.52%
B=34.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182351870.5000.200.08155.3874.5269.22
Hex76EBBB3201489b4b45
Octal1663532736202410233113105
Binary1110110111010111011101111001001010010001001101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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