#75DEBB

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

Shades of Downy #75DEBB

Tints of Downy #75DEBB

Color information

#75DEBB (or 0x75DEBB) is unknown color: approx Downy. HEX triplet: 75, DE and BB. RGB value is (117,222,187). Sum of RGB (Red+Green+Blue) = 117+222+187=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #75DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DEBB is #8A2144. Grayscale: #BABABA. Windows color (decimal): -9052485 or 12312181. OLE color: 12312181.

HSL color Cylindrical-coordinate representation of color #75DEBB: hue angle of 160º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DEBB is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB117222187-
CMYK0.4700.160.13
HSL160º61.4%66.47%-
HSV(B)160º47.3%87.06%-
XYZ42.4359.6156.28-
YUV186.62128.2178.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.24%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=22.24%
G=42.21%
B=35.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172221870.4700.160.1316061.466.47
Hex75DEBB2F010Da03d42
Octal165336273570201524075102
Binary111010111011110101110111011110100001101101000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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