#75E6BF

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

Shades of Downy #75E6BF

Tints of Downy #75E6BF

Color information

#75E6BF (or 0x75E6BF) is unknown color: approx Downy. HEX triplet: 75, E6 and BF. RGB value is (117,230,191). Sum of RGB (Red+Green+Blue) = 117+230+191=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #75E6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E6BF is #8A1940. Grayscale: #BFBFBF. Windows color (decimal): -9050433 or 12576373. OLE color: 12576373.

HSL color Cylindrical-coordinate representation of color #75E6BF: hue angle of 159.29º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E6BF is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB117230191-
CMYK0.4900.170.10
HSL159.29º69.33%68.04%-
HSV(B)159.29º49.13%90.2%-
XYZ45.0464.1459.3-
YUV191.77127.5674.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.75%
GREEN value IS 230 (90.23% from 255) = 42.75%
BLUE value IS 191 (75% from 255) = 35.50%
R=21.75%
G=42.75%
B=35.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1172301910.4900.170.10159.2969.3368.04
Hex75E6BF31011A9f4544
Octal1653462776102112237105104
Binary1110101111001101011111111000101000110101001111110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,230,191); }

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

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

 a { background-color: rgb(117,230,191); }

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

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

 span { border-color: rgb(117,230,191); }

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