#75CDC4

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

Shades of Downy #75CDC4

Tints of Downy #75CDC4

Color information

#75CDC4 (or 0x75CDC4) is unknown color: approx Downy. HEX triplet: 75, CD and C4. RGB value is (117,205,196). Sum of RGB (Red+Green+Blue) = 117+205+196=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDC4 is #8A323B. Grayscale: #B1B1B1. Windows color (decimal): -9056828 or 12897653. OLE color: 12897653.

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

Color convert

RGB117205196-
CMYK0.4300.040.20
HSL173.86º46.81%63.14%-
HSV(B)173.86º42.93%80.39%-
XYZ39.1351.4360.09-
YUV177.66138.3584.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.59%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=22.59%
G=39.58%
B=37.84%

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
Decimal1172051960.4300.040.20173.8646.8163.14
Hex75CDC42B0414ae2f3f
Octal1653153045304242565777
Binary1110101110011011100010010101101001010010101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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