#75E3BB

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

Shades of Downy #75E3BB

Tints of Downy #75E3BB

Color information

#75E3BB (or 0x75E3BB) is unknown color: approx Downy. HEX triplet: 75, E3 and BB. RGB value is (117,227,187). Sum of RGB (Red+Green+Blue) = 117+227+187=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #75E3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E3BB is #8A1C44. Grayscale: #BDBDBD. Windows color (decimal): -9051205 or 12313461. OLE color: 12313461.

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

Color convert

RGB117227187-
CMYK0.4800.180.11
HSL158.18º66.27%67.45%-
HSV(B)158.18º48.46%89.02%-
XYZ43.7762.3156.73-
YUV189.55126.5676.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.03%
GREEN value IS 227 (89.06% from 255) = 42.75%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=22.03%
G=42.75%
B=35.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172271870.4800.180.11158.1866.2767.45
Hex75E3BB30012B9e4243
Octal1653432736002213236102103
Binary1110101111000111011101111000001001010111001111010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,227,187); }

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

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

 a { background-color: rgb(117,227,187); }

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

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

 span { border-color: rgb(117,227,187); }

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