#76CABF

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

Shades of Downy #76CABF

Tints of Downy #76CABF

Color information

#76CABF (or 0x76CABF) is unknown color: approx Downy. HEX triplet: 76, CA and BF. RGB value is (118,202,191). Sum of RGB (Red+Green+Blue) = 118+202+191=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #76CABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CABF is #893540. Grayscale: #AFAFAF. Windows color (decimal): -8992065 or 12569206. OLE color: 12569206.

HSL color Cylindrical-coordinate representation of color #76CABF: hue angle of 172.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CABF is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB118202191-
CMYK0.4200.050.21
HSL172.14º44.21%62.75%-
HSV(B)172.14º41.58%79.22%-
XYZ3849.8556.91-
YUV175.63136.6786.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.09%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 191 (75% from 255) = 37.38%
R=23.09%
G=39.53%
B=37.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021910.4200.050.21172.1444.2162.75
Hex76CABF2A0515ac2c3f
Octal1663122775205252545477
Binary1110110110010101011111110101001011010110101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,191); }

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

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

 a { background-color: rgb(118,202,191); }

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

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

 span { border-color: rgb(118,202,191); }

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