#75CDC7

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

Shades of Downy #75CDC7

Tints of Downy #75CDC7

Color information

#75CDC7 (or 0x75CDC7) is unknown color: approx Downy. HEX triplet: 75, CD and C7. RGB value is (117,205,199). Sum of RGB (Red+Green+Blue) = 117+205+199=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDC7 is #8A3238. Grayscale: #B1B1B1. Windows color (decimal): -9056825 or 13094261. OLE color: 13094261.

HSL color Cylindrical-coordinate representation of color #75CDC7: hue angle of 175.91º 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 #75CDC7 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB117205199-
CMYK0.4300.030.20
HSL175.91º46.81%63.14%-
HSV(B)175.91º42.93%80.39%-
XYZ39.4851.5761.91-
YUV178139.8584.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 199 (78.12% from 255) = 38.20%
R=22.46%
G=39.35%
B=38.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051990.4300.030.20175.9146.8163.14
Hex75CDC72B0314b02f3f
Octal1653153075303242605777
Binary111010111001101110001111010110111010010110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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