#75DAD1

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

Shades of Downy #75DAD1

Tints of Downy #75DAD1

Color information

#75DAD1 (or 0x75DAD1) is unknown color: approx Downy. HEX triplet: 75, DA and D1. RGB value is (117,218,209). Sum of RGB (Red+Green+Blue) = 117+218+209=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAD1 is #8A252E. Grayscale: #BABABA. Windows color (decimal): -9053487 or 13752949. OLE color: 13752949.

HSL color Cylindrical-coordinate representation of color #75DAD1: hue angle of 174.65º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DAD1 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB117218209-
CMYK0.4600.040.15
HSL174.65º57.71%65.69%-
HSV(B)174.65º46.33%85.49%-
XYZ43.9258.5369.3-
YUV186.77140.5478.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.51%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=21.51%
G=40.07%
B=38.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172182090.4600.040.15174.6557.7165.69
Hex75DAD12E04Faf3a42
Octal16533232156041725772102
Binary1110101110110101101000110111001001111101011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75DAD1; }

 p { color: rgb(117,218,209); }

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

<style>
 a { background-color: #75DAD1; }

 a { background-color: rgb(117,218,209); }

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

<style>
 span { border-color: #75DAD1; }

 span { border-color: rgb(117,218,209); }

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