#76D6C1

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

Shades of Downy #76D6C1

Tints of Downy #76D6C1

Color information

#76D6C1 (or 0x76D6C1) is unknown color: approx Downy. HEX triplet: 76, D6 and C1. RGB value is (118,214,193). Sum of RGB (Red+Green+Blue) = 118+214+193=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #76D6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D6C1 is #89293E. Grayscale: #B6B6B6. Windows color (decimal): -8988991 or 12703350. OLE color: 12703350.

HSL color Cylindrical-coordinate representation of color #76D6C1: hue angle of 166.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D6C1 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB118214193-
CMYK0.4500.100.16
HSL166.88º53.93%65.1%-
HSV(B)166.88º44.86%83.92%-
XYZ41.1455.7959.05-
YUV182.9133.781.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.48%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=22.48%
G=40.76%
B=36.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182141930.4500.100.16166.8853.9365.1
Hex76D6C12D0A10a73641
Octal166326301550122024766101
Binary111011011010110110000011011010101010000101001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,214,193); }

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

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

 a { background-color: rgb(118,214,193); }

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

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

 span { border-color: rgb(118,214,193); }

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