#76CEBA

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

Shades of Downy #76CEBA

Tints of Downy #76CEBA

Color information

#76CEBA (or 0x76CEBA) is unknown color: approx Downy. HEX triplet: 76, CE and BA. RGB value is (118,206,186). Sum of RGB (Red+Green+Blue) = 118+206+186=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEBA is #893145. Grayscale: #B1B1B1. Windows color (decimal): -8991046 or 12242550. OLE color: 12242550.

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

Color convert

RGB118206186-
CMYK0.4300.100.19
HSL166.36º47.31%63.53%-
HSV(B)166.36º42.72%80.78%-
XYZ38.4151.5454.38-
YUV177.41132.8585.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=23.14%
G=40.39%
B=36.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1182061860.4300.100.19166.3647.3163.53
Hex76CEBA2B0A13a62f40
Octal166316272530122324657100
Binary111011011001110101110101010110101010011101001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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