#75CDC5

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

Shades of Downy #75CDC5

Tints of Downy #75CDC5

Color information

#75CDC5 (or 0x75CDC5) is unknown color: approx Downy. HEX triplet: 75, CD and C5. RGB value is (117,205,197). Sum of RGB (Red+Green+Blue) = 117+205+197=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDC5 is #8A323A. Grayscale: #B1B1B1. Windows color (decimal): -9056827 or 12963189. OLE color: 12963189.

HSL color Cylindrical-coordinate representation of color #75CDC5: hue angle of 174.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CDC5 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB117205197-
CMYK0.4300.040.20
HSL174.55º46.81%63.14%-
HSV(B)174.55º42.93%80.39%-
XYZ39.2551.4860.69-
YUV177.78138.8584.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.54%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=22.54%
G=39.50%
B=37.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051970.4300.040.20174.5546.8163.14
Hex75CDC52B0414af2f3f
Octal1653153055304242575777
Binary1110101110011011100010110101101001010010101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,197); }

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

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

 a { background-color: rgb(117,205,197); }

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

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

 span { border-color: rgb(117,205,197); }

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