#75D0BE

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

Shades of Downy #75D0BE

Tints of Downy #75D0BE

Color information

#75D0BE (or 0x75D0BE) is unknown color: approx Downy. HEX triplet: 75, D0 and BE. RGB value is (117,208,190). Sum of RGB (Red+Green+Blue) = 117+208+190=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #75D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D0BE is #8A2F41. Grayscale: #B2B2B2. Windows color (decimal): -9056066 or 12505205. OLE color: 12505205.

HSL color Cylindrical-coordinate representation of color #75D0BE: hue angle of 168.13º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D0BE is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB117208190-
CMYK0.4400.090.18
HSL168.13º49.19%63.73%-
HSV(B)168.13º43.75%81.57%-
XYZ39.1952.6156.8-
YUV178.74134.3583.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.72%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=22.72%
G=40.39%
B=36.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081900.4400.090.18168.1349.1963.73
Hex75D0BE2C0912a83140
Octal165320276540112225061100
Binary111010111010000101111101011000100110010101010001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,190); }

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

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

 a { background-color: rgb(117,208,190); }

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

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

 span { border-color: rgb(117,208,190); }

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