#75D0BF

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

Shades of Downy #75D0BF

Tints of Downy #75D0BF

Color information

#75D0BF (or 0x75D0BF) is unknown color: approx Downy. HEX triplet: 75, D0 and BF. RGB value is (117,208,191). Sum of RGB (Red+Green+Blue) = 117+208+191=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #75D0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D0BF is #8A2F40. Grayscale: #B2B2B2. Windows color (decimal): -9056065 or 12570741. OLE color: 12570741.

HSL color Cylindrical-coordinate representation of color #75D0BF: hue angle of 168.79º 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 #75D0BF is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB117208191-
CMYK0.4400.080.18
HSL168.79º49.19%63.73%-
HSV(B)168.79º43.75%81.57%-
XYZ39.352.6657.38-
YUV178.85134.8583.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 191 (75% from 255) = 37.02%
R=22.67%
G=40.31%
B=37.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081910.4400.080.18168.7949.1963.73
Hex75D0BF2C0812a93140
Octal165320277540102225161100
Binary111010111010000101111111011000100010010101010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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