#75E4BD

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

Shades of Downy #75E4BD

Tints of Downy #75E4BD

Color information

#75E4BD (or 0x75E4BD) is unknown color: approx Downy. HEX triplet: 75, E4 and BD. RGB value is (117,228,189). Sum of RGB (Red+Green+Blue) = 117+228+189=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #75E4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E4BD is #8A1B42. Grayscale: #BEBEBE. Windows color (decimal): -9050947 or 12444789. OLE color: 12444789.

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

Color convert

RGB117228189-
CMYK0.4900.170.11
HSL158.92º67.27%67.65%-
HSV(B)158.92º48.68%89.41%-
XYZ44.2662.9457.96-
YUV190.36127.2375.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.91%
GREEN value IS 228 (89.45% from 255) = 42.70%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=21.91%
G=42.70%
B=35.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172281890.4900.170.11158.9267.2767.65
Hex75E4BD31011B9f4344
Octal1653442756102113237103104
Binary1110101111001001011110111000101000110111001111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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