#75E1BD

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

Shades of Downy #75E1BD

Tints of Downy #75E1BD

Color information

#75E1BD (or 0x75E1BD) is unknown color: approx Downy. HEX triplet: 75, E1 and BD. RGB value is (117,225,189). Sum of RGB (Red+Green+Blue) = 117+225+189=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #75E1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E1BD is #8A1E42. Grayscale: #BCBCBC. Windows color (decimal): -9051715 or 12444021. OLE color: 12444021.

HSL color Cylindrical-coordinate representation of color #75E1BD: hue angle of 160º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E1BD is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB117225189-
CMYK0.4800.160.12
HSL160º64.29%67.06%-
HSV(B)160º48%88.24%-
XYZ43.4561.3157.69-
YUV188.6128.2276.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=22.03%
G=42.37%
B=35.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172251890.4800.160.1216064.2967.06
Hex75E1BD30010Ca04043
Octal1653412756002014240100103
Binary1110101111000011011110111000001000011001010000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,225,189); }

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

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

 a { background-color: rgb(117,225,189); }

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

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

 span { border-color: rgb(117,225,189); }

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