#76CCBB

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

Shades of Downy #76CCBB

Tints of Downy #76CCBB

Color information

#76CCBB (or 0x76CCBB) is unknown color: approx Downy. HEX triplet: 76, CC and BB. RGB value is (118,204,187). Sum of RGB (Red+Green+Blue) = 118+204+187=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCBB is #893344. Grayscale: #B0B0B0. Windows color (decimal): -8991557 or 12307574. OLE color: 12307574.

HSL color Cylindrical-coordinate representation of color #76CCBB: hue angle of 168.14º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CCBB is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB118204187-
CMYK0.4200.080.2
HSL168.14º45.74%63.14%-
HSV(B)168.14º42.16%80%-
XYZ38.0350.6354.78-
YUV176.35134.0186.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=23.18%
G=40.08%
B=36.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182041870.4200.080.2168.1445.7463.14
Hex76CCBB2A0814a82e3f
Octal16631427352010242505677
Binary11101101100110010111011101010010001010010101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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