#75DBB7

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

Shades of Downy #75DBB7

Tints of Downy #75DBB7

Color information

#75DBB7 (or 0x75DBB7) is unknown color: approx Downy. HEX triplet: 75, DB and B7. RGB value is (117,219,183). Sum of RGB (Red+Green+Blue) = 117+219+183=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBB7 is #8A2448. Grayscale: #B8B8B8. Windows color (decimal): -9053257 or 12049269. OLE color: 12049269.

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

Color convert

RGB117219183-
CMYK0.4700.160.14
HSL158.82º58.62%65.88%-
HSV(B)158.82º46.58%85.88%-
XYZ41.2157.8653.8-
YUV184.4127.2179.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.54%
GREEN value IS 219 (85.94% from 255) = 42.20%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=22.54%
G=42.20%
B=35.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172191830.4700.160.14158.8258.6265.88
Hex75DBB72F010E9f3b42
Octal165333267570201623773102
Binary111010111011011101101111011110100001110100111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,219,183); }

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

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

 a { background-color: rgb(117,219,183); }

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

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

 span { border-color: rgb(117,219,183); }

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