#75D9BA

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

Shades of Downy #75D9BA

Tints of Downy #75D9BA

Color information

#75D9BA (or 0x75D9BA) is unknown color: approx Downy. HEX triplet: 75, D9 and BA. RGB value is (117,217,186). Sum of RGB (Red+Green+Blue) = 117+217+186=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #75D9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D9BA is #8A2645. Grayscale: #B7B7B7. Windows color (decimal): -9053766 or 12245365. OLE color: 12245365.

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

Color convert

RGB117217186-
CMYK0.4600.140.15
HSL161.4º56.82%65.49%-
HSV(B)161.4º46.08%85.1%-
XYZ41.0156.9555.29-
YUV183.57129.3780.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.5%
GREEN value IS 217 (85.16% from 255) = 41.73%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=22.5%
G=41.73%
B=35.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171860.4600.140.15161.456.8265.49
Hex75D9BA2E0EFa13941
Octal165331272560161724171101
Binary11101011101100110111010101110011101111101000011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,217,186); }

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

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

 a { background-color: rgb(117,217,186); }

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

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

 span { border-color: rgb(117,217,186); }

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