#75DAB7

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

Shades of Downy #75DAB7

Tints of Downy #75DAB7

Color information

#75DAB7 (or 0x75DAB7) is unknown color: approx Downy. HEX triplet: 75, DA and B7. RGB value is (117,218,183). Sum of RGB (Red+Green+Blue) = 117+218+183=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAB7 is #8A2548. Grayscale: #B7B7B7. Windows color (decimal): -9053513 or 12049013. OLE color: 12049013.

HSL color Cylindrical-coordinate representation of color #75DAB7: hue angle of 159.21º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75DAB7 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB117218183-
CMYK0.4600.160.15
HSL159.21º57.71%65.69%-
HSV(B)159.21º46.33%85.49%-
XYZ40.9557.3453.71-
YUV183.81127.5480.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.59%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=22.59%
G=42.08%
B=35.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181830.4600.160.15159.2157.7165.69
Hex75DAB72E010F9f3a42
Octal165332267560201723772102
Binary111010111011010101101111011100100001111100111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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