#75d7cc

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

Shades of Downy #75D7CC

Tints of Downy #75D7CC

Color information

#75D7CC (or 0x75D7CC) is unknown color: approx Downy. HEX triplet: 75, D7 and CC. RGB value is (117,215,204). Sum of RGB (Red+Green+Blue) = 117+215+204=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #75D7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D7CC is #8A2833. Grayscale: #B8B8B8. Windows color (decimal): -9054260 or 13424501. OLE color: 13424501.

HSL color Cylindrical-coordinate representation of color #75D7CC: hue angle of 173.27º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D7CC is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB117215204-
CMYK0.4600.050.16
HSL173.27º55.06%65.1%-
HSV(B)173.27º45.58%84.31%-
XYZ42.5456.7465.84-
YUV184.44139.0379.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.83%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=21.83%
G=40.11%
B=38.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172152040.4600.050.16173.2755.0665.1
Hex75D7CC2E0510ad3741
Octal16532731456052025567101
Binary11101011101011111001100101110010110000101011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75d7cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,215,204); }

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

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

 a { background-color: rgb(117,215,204); }

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

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

 span { border-color: rgb(117,215,204); }

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