#75CDCC

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

Shades of Downy #75CDCC

Tints of Downy #75CDCC

Color information

#75CDCC (or 0x75CDCC) is unknown color: approx Downy. HEX triplet: 75, CD and CC. RGB value is (117,205,204). Sum of RGB (Red+Green+Blue) = 117+205+204=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDCC is #8A3233. Grayscale: #B2B2B2. Windows color (decimal): -9056820 or 13421941. OLE color: 13421941.

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

Color convert

RGB117205204-
CMYK0.4300.000.20
HSL179.32º46.81%63.14%-
HSV(B)179.32º42.93%80.39%-
XYZ40.0751.865.01-
YUV178.57142.3584.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.24%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=22.24%
G=38.97%
B=38.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172052040.4300.000.20179.3246.8163.14
Hex75CDCC2B0014b32f3f
Octal1653153145300242635777
Binary11101011100110111001100101011001010010110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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