#75dab8

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

Shades of Downy #75DAB8

Tints of Downy #75DAB8

Color information

#75DAB8 (or 0x75DAB8) is unknown color: approx Downy. HEX triplet: 75, DA and B8. RGB value is (117,218,184). Sum of RGB (Red+Green+Blue) = 117+218+184=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #75DAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DAB8 is #8A2547. Grayscale: #B7B7B7. Windows color (decimal): -9053512 or 12114549. OLE color: 12114549.

HSL color Cylindrical-coordinate representation of color #75DAB8: hue angle of 159.8º 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 #75DAB8 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB117218184-
CMYK0.4600.160.15
HSL159.8º57.71%65.69%-
HSV(B)159.8º46.33%85.49%-
XYZ41.0657.3954.26-
YUV183.92128.0480.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.54%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 184 (72.27% from 255) = 35.45%
R=22.54%
G=42.00%
B=35.45%

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
Decimal1172181840.4600.160.15159.857.7165.69
Hex75DAB82E010Fa03a42
Octal165332270560201724072102
Binary111010111011010101110001011100100001111101000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75dab8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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